Skip to content

Commit 0721163

Browse files
Modified wrangler.jsonc
1 parent e13d566 commit 0721163

File tree

1 file changed

+6
-23
lines changed

1 file changed

+6
-23
lines changed

wrangler.jsonc

Lines changed: 6 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,8 @@
1-
// {
2-
// "name": "stratos-website",
3-
// // Update to today's date
4-
// "compatibility_date": "2025-08-16",
5-
// "assets": {
6-
// "directory": "./dist"
7-
// }
8-
// }
91
{
10-
"$schema": "node_modules/wrangler/config-schema.json",
11-
"name": "my-astro-app",
12-
"main": "./dist/_worker.js/index.js",
13-
"compatibility_date": "2025-08-16",
14-
"compatibility_flags": [
15-
"nodejs_compat",
16-
"global_fetch_strictly_public"
17-
],
18-
"assets": {
19-
"binding": "ASSETS",
20-
"directory": "./dist"
21-
},
22-
"observability": {
23-
"enabled": true
24-
}
2+
"name": "stratos-website",
3+
// Update to today's date
4+
"compatibility_date": "2025-08-16",
5+
"assets": {
6+
"directory": "./dist"
7+
}
258
}

0 commit comments

Comments
 (0)