We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e13d566 commit 0721163Copy full SHA for 0721163
wrangler.jsonc
@@ -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
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
- }
+ "name": "stratos-website",
+ // Update to today's date
+ "compatibility_date": "2025-08-16",
+ "assets": {
+ "directory": "./dist"
+ }
25
}
0 commit comments