2 parents c77b873 + 277952b commit 3bd0193Copy full SHA for 3bd0193
2 files changed
.gitignore
@@ -0,0 +1,6 @@
1
+# wrangler files
2
+.wrangler
3
+.dev.vars*
4
+!.dev.vars.example
5
+.env*
6
+!.env.example
wrangler.jsonc
@@ -0,0 +1,14 @@
+{
+ "$schema": "node_modules/wrangler/config-schema.json",
+ "name": "snek",
+ "compatibility_date": "2026-04-29",
+ "observability": {
+ "enabled": true
7
+ },
8
+ "assets": {
9
+ "directory": "."
10
11
+ "compatibility_flags": [
12
+ "nodejs_compat"
13
+ ]
14
+}
0 commit comments