Skip to content

Commit bf43cc2

Browse files
committed
fix wrangler/bun issues
1 parent 1aa0182 commit bf43cc2

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM oven/bun:1.2.4-debian AS builder
1+
FROM oven/bun:canary-debian AS builder
22

33
WORKDIR /app
44

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"selflare": "^1.1.2"
1818
},
1919
"scripts": {
20-
"docker:build": "wrangler deploy --dry-run --outdir .wrangler/dist && selflare compile --script .wrangler/dist/index.js",
20+
"docker:build": "WRANGLER_SEND_METRICS=false wrangler deploy --dry-run --outdir .wrangler/dist && selflare compile --script .wrangler/dist/index.js",
2121
"build": "selflare compile",
2222
"start": "wrangler dev src/index.ts --local=true",
2323
"docker": "wrangler dev index.ts --local=true",

wrangler.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name = "disgit"
22
main = "src/index.ts"
33
compatibility_date = "2025-06-07"
4-
usage_model = "bundled"
54

65
workers_dev = true
76

0 commit comments

Comments
 (0)