We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6062b4b + e8251b6 commit 2b34514Copy full SHA for 2b34514
2 files changed
.gitignore
@@ -5,3 +5,10 @@ rosetta
5
.local
6
share
7
hooks/__pycache__/
8
+
9
+# wrangler files
10
+.wrangler
11
+.dev.vars*
12
+!.dev.vars.example
13
+.env*
14
+!.env.example
wrangler.jsonc
@@ -0,0 +1,14 @@
1
+{
2
+ "$schema": "node_modules/wrangler/config-schema.json",
3
+ "name": "openshift-examples-web",
4
+ "compatibility_date": "2026-04-30",
+ "observability": {
+ "enabled": true
+ },
+ "assets": {
+ "directory": "site"
+ "compatibility_flags": [
+ "nodejs_compat"
+ ]
+}
0 commit comments