We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f339c8d commit cdbebceCopy full SHA for cdbebce
apps/web/preload/package.json
@@ -4,9 +4,9 @@
4
"type": "module",
5
"scripts": {
6
"dev": "concurrently \"bun run build:watch\" \"bun run serve\"",
7
- "serve": "bun --watch src/index.ts",
8
- "build:watch": "bun build src/index.ts --outdir dist --target bun --watch",
9
- "build": "bun build src/index.ts --outdir dist --target bun"
+ "serve": "bun --watch server/index.ts",
+ "build": "bun build src/index.ts --outdir dist --target bun",
+ "build:watch": "bun build src/index.ts --outdir dist --target bun --watch"
10
},
11
"devDependencies": {
12
"@types/bun": "latest",
0 commit comments