remove watch flag on start

This commit is contained in:
Elliott Marquez 2023-07-27 09:47:50 -07:00
parent a7f21a2b2f
commit 176e386680

View File

@ -7,7 +7,7 @@
"node": "20.x.x"
},
"scripts": {
"start": "npm run serve --watch",
"start": "npm run serve",
"dev": "npm run serve:dev --watch",
"serve": "wireit",
"serve:dev": "wireit",