We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b50e2d8 + 1a8ae94 commit 16d27fbCopy full SHA for 16d27fb
2 files changed
.gitignore
@@ -3,3 +3,10 @@ node_modules/
3
*.log
4
haters/
5
.idea/
6
+
7
+# wrangler files
8
+.wrangler
9
+.dev.vars*
10
+!.dev.vars.example
11
+.env*
12
+!.env.example
wrangler.jsonc
@@ -0,0 +1,14 @@
1
+{
2
+ "$schema": "node_modules/wrangler/config-schema.json",
+ "name": "javascript30",
+ "compatibility_date": "2025-09-27",
+ "observability": {
+ "enabled": true
+ },
+ "assets": {
+ "directory": "11 - Custom Video Player"
+ "compatibility_flags": [
+ "nodejs_compat"
13
+ ]
14
+}
0 commit comments