Skip to content

Commit 394b6b2

Browse files
Add initial wrangler.jsonc configuration file
1 parent 1eda247 commit 394b6b2

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

wrangler.jsonc

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"$schema": "node_modules/wrangler/config-schema.json",
3+
"name": "keepandroidopen-dot-org",
4+
"compatibility_date": "2026-05-24",
5+
"compatibility_flags": [
6+
"nodejs_compat" // Thêm flag này để Cloudflare hỗ trợ module "node:fs"
7+
],
8+
"pages_build_output_dir": "dist",
9+
"observability": {
10+
"enabled": true
11+
}
12+
}

0 commit comments

Comments
 (0)