Skip to content

Commit

Permalink
Fix - добавил секцию engines в package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Timur233 committed Jul 16, 2024
1 parent 9bb2a6d commit 6cfeec2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"scripts": {
"dev": "vite --host",
"build": "vite build",
"start": "vite build && vite preview --port 3000"
"preview": "vite preview --port 3000",
"start": "npm run build && npm run preview"
},
"devDependencies": {
"sass": "^1.77.8",
Expand Down

0 comments on commit 6cfeec2

Please sign in to comment.