that is why...
This commit is contained in:
parent
db43686e06
commit
6b9233a90f
2 changed files with 2 additions and 2 deletions
|
@ -6,10 +6,10 @@
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "bun run src/index.ts",
|
"start": "bun run src/index.ts",
|
||||||
"dev": "bun --watch run src/index.ts",
|
"dev": "bun --watch run src/index.ts",
|
||||||
"dev:userscripts": "bun --watch run src/build.ts",
|
"dev:userscripts": "bun --watch run src/server/build.ts",
|
||||||
"hot": "bun --hot run src/index.ts",
|
"hot": "bun --hot run src/index.ts",
|
||||||
"build": "bun build src/index.ts --compile --minify --sourcemap --target=bun-linux-x64-modern --outfile dist/app",
|
"build": "bun build src/index.ts --compile --minify --sourcemap --target=bun-linux-x64-modern --outfile dist/app",
|
||||||
"build:userscripts": "bun run src/build.ts"
|
"build:userscripts": "bun run src/server/build.ts"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/bun": "latest",
|
"@types/bun": "latest",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue