Skip to content

Commit db68ac0

Browse files
Add Cloudflare Workers configuration
1 parent 97c9575 commit db68ac0

2 files changed

Lines changed: 22 additions & 1 deletion

File tree

docs-src/.gitignore

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
11

22
.asnotes/
3-
.asnotesignore
3+
.asnotesignore
4+
5+
# wrangler files
6+
.wrangler
7+
.dev.vars*
8+
!.dev.vars.example
9+
.env*
10+
!.env.example

docs-src/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": "as-notes",
4+
"compatibility_date": "2025-09-27",
5+
"observability": {
6+
"enabled": true
7+
},
8+
"assets": {
9+
"directory": "blog-publish"
10+
},
11+
"compatibility_flags": [
12+
"nodejs_compat"
13+
]
14+
}

0 commit comments

Comments
 (0)