fix: dev command

This commit is contained in:
Anirban Kar 2024-12-13 11:11:02 +05:30
parent 8c7a9f750f
commit e9e27e4e14

View File

@ -8,7 +8,7 @@
"scripts": {
"deploy": "npm run build && wrangler pages deploy",
"build": "remix vite:build",
"dev": "node pre-start.cjs; remix vite:dev",
"dev": "node pre-start.cjs && remix vite:dev",
"test": "vitest --run",
"test:watch": "vitest",
"lint": "eslint --cache --cache-location ./node_modules/.cache/eslint app",