Skip to content

Commit

Permalink
Enable vue debug in local
Browse files Browse the repository at this point in the history
  • Loading branch information
hiveer committed Sep 26, 2024
1 parent 09fff3a commit cd98a1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "module",
"scripts": {
"dev": "vite",
"dev_build": "vite build -w -m development",
"dev_build": "NODE_ENV=development vite build -w -m development",
"build": "vite build",
"preview": "vite preview"
},
Expand Down

0 comments on commit cd98a1f

Please sign in to comment.