Skip to content

Commit 16d27fb

Browse files
authored
Merge pull request #1 from floarc/cloudflare/workers-autoconfig
Add Cloudflare Workers configuration
2 parents b50e2d8 + 1a8ae94 commit 16d27fb

2 files changed

Lines changed: 21 additions & 0 deletions

File tree

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,10 @@ node_modules/
33
*.log
44
haters/
55
.idea/
6+
7+
# wrangler files
8+
.wrangler
9+
.dev.vars*
10+
!.dev.vars.example
11+
.env*
12+
!.env.example

wrangler.jsonc

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"$schema": "node_modules/wrangler/config-schema.json",
3+
"name": "javascript30",
4+
"compatibility_date": "2025-09-27",
5+
"observability": {
6+
"enabled": true
7+
},
8+
"assets": {
9+
"directory": "11 - Custom Video Player"
10+
},
11+
"compatibility_flags": [
12+
"nodejs_compat"
13+
]
14+
}

0 commit comments

Comments
 (0)