Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
andreyshulga1cs committed Feb 11, 2024
1 parent 0d1500e commit f858cd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"node": "21.1.0"
},
"scripts": {
"start": "vite build & vite preview",
"dev": "node server.js",
"start": "vite build & node server.js",
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
Expand Down

0 comments on commit f858cd6

Please sign in to comment.