tokvista 1.6.0 → 1.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bin/tokvista.js +1 -0
- package/package.json +1 -1
package/dist/bin/tokvista.js
CHANGED
|
@@ -855,6 +855,7 @@ Options:
|
|
|
855
855
|
--format Export format: css, scss, json, tailwind (export only)
|
|
856
856
|
--output, -o Output file path (export only)
|
|
857
857
|
--no-open Do not automatically open the browser
|
|
858
|
+
--no-watch Disable live reload (serve only)
|
|
858
859
|
--no-preview Skip starting live preview after init
|
|
859
860
|
-h, --help Show this help message
|
|
860
861
|
`);
|