Skip to content

Commit e1ef53e

Browse files
committed
front: repair npm start
1 parent c4c4c58 commit e1ef53e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

front/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
},
158158
"scripts": {
159159
"compile": "tsc -b",
160-
"start": "exec scripts/start-dev.sh",
160+
"start": "vite",
161161
"start-container": "vite --host",
162162
"build": "vite build",
163163
"test": "vitest",

0 commit comments

Comments
 (0)