mirror of
https://github.com/coleam00/bolt.new-any-llm
synced 2024-12-27 22:33:03 +00:00
fix: dev command
This commit is contained in:
parent
8c7a9f750f
commit
e9e27e4e14
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user