Skip to content

Commit 48592a3

Browse files
Add Cloudflare Workers configuration
1 parent 8aa59a4 commit 48592a3

2 files changed

Lines changed: 20 additions & 0 deletions

File tree

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,9 @@ project/skills/*/workspace/*
5454
# Internal process and planning docs — not for public repo
5555
WORKLOG.md
5656
Documents/
57+
58+
# wrangler files
59+
.wrangler
60+
.dev.vars*
61+
!.dev.vars.example
62+
!.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": "nekocore",
4+
"compatibility_date": "2025-09-27",
5+
"observability": {
6+
"enabled": true
7+
},
8+
"assets": {
9+
"directory": "project"
10+
},
11+
"compatibility_flags": [
12+
"nodejs_compat"
13+
]
14+
}

0 commit comments

Comments
 (0)