update package.json scripts to use bun commands
This commit is contained in:
parent
3429c24586
commit
6566823451
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "concurrently --ks SIGKILL -n \"Client,Server\" \"npm run dev:client\" \"npm run dev:server\"",
|
"dev": "concurrently --ks SIGKILL -n \"Client,Server\" \"bun run dev:client\" \"bun run dev:server\"",
|
||||||
"dev:server": "tsx watch server/",
|
"dev:server": "tsx watch server/",
|
||||||
"dev:client": "vite",
|
"dev:client": "vite",
|
||||||
"build": "vite build",
|
"build": "vite build",
|
||||||
|
|
Loading…
Add table
Reference in a new issue