Skip to content

Commit cdbebce

Browse files
committed
Add build script
1 parent f339c8d commit cdbebce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

apps/web/preload/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"type": "module",
55
"scripts": {
66
"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"
7+
"serve": "bun --watch server/index.ts",
8+
"build": "bun build src/index.ts --outdir dist --target bun",
9+
"build:watch": "bun build src/index.ts --outdir dist --target bun --watch"
1010
},
1111
"devDependencies": {
1212
"@types/bun": "latest",

0 commit comments

Comments
 (0)