Skip to content

Commit b68ed4f

Browse files
committed
feat: migrate to nightly.poi.moe
1 parent ac57f5d commit b68ed4f

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

worker-configuration.d.ts

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
// Generated by Wrangler by running `wrangler types`
22

33
interface Env {
4-
BUCKET_POI_DB: R2Bucket
5-
BUCKET_POI_NIGHTLIES: R2Bucket
64
FRONTEND: Fetcher
75
}

wrangler.toml

+1-5
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,7 @@ workers_dev = false
1010
routes = [
1111
{ pattern = "db.poi.moe/*", zone_name = "poi.moe" },
1212
{ pattern = "nightlies.poi.moe/*", zone_name = "poi.moe" },
13-
]
14-
15-
r2_buckets = [
16-
{ binding = "BUCKET_POI_DB", bucket_name = "poi-db"},
17-
{ binding = "BUCKET_POI_NIGHTLIES", bucket_name = "poi-nightlies"},
13+
{ pattern = "nightly.poi.moe/*", zone_name = "poi.moe" },
1814
]
1915

2016
services = [

0 commit comments

Comments
 (0)