that is why...

This commit is contained in:
Niki Wix Skaarup 2025-05-03 02:13:50 +02:00
parent db43686e06
commit 6b9233a90f
Signed by: nikiskaarup
GPG key ID: FC2F1B116F6E788C
2 changed files with 2 additions and 2 deletions

View file

@ -6,10 +6,10 @@
"scripts": {
"start": "bun 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",
"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": {
"@types/bun": "latest",