Skip to content

Commit 2627a45

Browse files
committed
feat: 🔥 Remove bun lock
1 parent c53453f commit 2627a45

File tree

3 files changed

+137
-118
lines changed

3 files changed

+137
-118
lines changed

apps/api/bun.lockb

-47.1 KB
Binary file not shown.

apps/api/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
"dev": "bun --watch src/index.ts",
77
"build": "bun build src/index.ts --outdir=.dist",
88
"start": "NODE_ENV=production bun src/index.ts",
9-
"test": "bun test",
10-
"postinstall": "bunx puppeteer browsers install chrome"
9+
"test": "bun test"
1110
},
1211
"dependencies": {
1312
"@elysiajs/cors": "^1.1.0",

0 commit comments

Comments
 (0)