Skip to content

Commit

Permalink
front: repair npm start
Browse files Browse the repository at this point in the history
  • Loading branch information
anisometropie committed Jan 20, 2025
1 parent c4c4c58 commit e1ef53e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
},
"scripts": {
"compile": "tsc -b",
"start": "exec scripts/start-dev.sh",
"start": "vite",
"start-container": "vite --host",
"build": "vite build",
"test": "vitest",
Expand Down

0 comments on commit e1ef53e

Please sign in to comment.