We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42644cf commit e13d566Copy full SHA for e13d566
wrangler.jsonc
@@ -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