Skip to content

Commit a67d664

Browse files
authored
Merge branch 'master' into develop
2 parents df995ba + 434c590 commit a67d664

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,4 +135,4 @@
135135
"tsx": "^4.7.1",
136136
"typescript": "^5"
137137
}
138-
}
138+
}

wrangler.jsonc.example

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
{
2-
"main": ".open-next/worker.js",
3-
"name": "outerbase-studio",
4-
"compatibility_date": "2024-09-23",
5-
"compatibility_flags": ["nodejs_compat"],
6-
"assets": {
7-
"directory": ".open-next/assets",
8-
"binding": "ASSETS",
9-
},
10-
"kv_namespaces": [
11-
{
12-
"binding": "NEXT_CACHE_WORKERS_KV",
13-
"id": "xxxxx",
14-
},
15-
],
16-
}
1+
{
2+
"main": ".open-next/worker.js",
3+
"name": "outerbase-studio",
4+
"compatibility_date": "2024-09-23",
5+
"compatibility_flags": ["nodejs_compat"],
6+
"assets": {
7+
"directory": ".open-next/assets",
8+
"binding": "ASSETS",
9+
},
10+
"kv_namespaces": [
11+
{
12+
"binding": "NEXT_CACHE_WORKERS_KV",
13+
"id": "kv_id",
14+
},
15+
],
16+
}

0 commit comments

Comments
 (0)