fix dev script

This commit is contained in:
Jeff Emmett 2024-12-07 22:49:39 -05:00
parent 5d8781462d
commit 75c769a774
2 changed files with 1 additions and 2 deletions

1
.gitignore vendored
View File

@ -89,7 +89,6 @@ web_modules/
\*.tgz
# Yarn Integrity file
# dotenv environment variable files

View File

@ -4,7 +4,7 @@
"description": "Jeff Emmett's personal website",
"type": "module",
"scripts": {
"dev": "concurrently --kill-others --names client,worker --prefix-colors blue,red \"bun dev:client\" \"bun dev:worker\"",
"dev": "concurrently --kill-others --names client,worker --prefix-colors blue,red \"npm run dev:client\" \"npm run dev:worker\"",
"dev:client": "vite --host --port 5173",
"dev:worker": "wrangler dev --local --port 5172 --ip 0.0.0.0",
"build": "tsc && vite build",