We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35197d1 commit ae8f35fCopy full SHA for ae8f35f
1 file changed
package.json
@@ -23,7 +23,8 @@
23
"scripts": {
24
"build": "vite build --mode production",
25
"package-build": "npm run build",
26
- "serve": "npm run build && npm run dlx serve ./build",
+ "serve": "npm run build && npx serve ./build",
27
+ "start-cli": "npx xl1 --logLevel='warn'",
28
"start": "npx vite",
29
"updo": "npx npm-check-updates -i"
30
},
@@ -53,6 +54,7 @@
53
54
"dotenv": "~17.2.1",
55
"npm-check-updates": "~18.0.2",
56
"typescript": "~5.9.2",
57
+ "serve": "~14.2.4",
58
"vite": "~7.1.2",
59
"vite-plugin-top-level-await": "~1.6.0"
60
0 commit comments