Skip to content

Commit e13d566

Browse files
Added wrangler.jsonc
1 parent 42644cf commit e13d566

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

wrangler.jsonc

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
// {
2+
// "name": "stratos-website",
3+
// // Update to today's date
4+
// "compatibility_date": "2025-08-16",
5+
// "assets": {
6+
// "directory": "./dist"
7+
// }
8+
// }
9+
{
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+
}
25+
}

0 commit comments

Comments
 (0)