Skip to content

Commit ae8f35f

Browse files
committed
working run scripts
1 parent 35197d1 commit ae8f35f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
"scripts": {
2424
"build": "vite build --mode production",
2525
"package-build": "npm run build",
26-
"serve": "npm run build && npm run dlx serve ./build",
26+
"serve": "npm run build && npx serve ./build",
27+
"start-cli": "npx xl1 --logLevel='warn'",
2728
"start": "npx vite",
2829
"updo": "npx npm-check-updates -i"
2930
},
@@ -53,6 +54,7 @@
5354
"dotenv": "~17.2.1",
5455
"npm-check-updates": "~18.0.2",
5556
"typescript": "~5.9.2",
57+
"serve": "~14.2.4",
5658
"vite": "~7.1.2",
5759
"vite-plugin-top-level-await": "~1.6.0"
5860
},

0 commit comments

Comments
 (0)