summaryrefslogtreecommitdiff
path: root/website/wrangler.jsonc
diff options
context:
space:
mode:
authorSho Sakuma <me@m1sk9.dev>2026-04-05 01:45:01 +0900
committerGitHub <noreply@github.com>2026-04-05 01:45:01 +0900
commit579ca7f5bf01187e1f758cadfb4eda652fd5a4c3 (patch)
treec008f240e02aa828ad47728e671232e687f4b911 /website/wrangler.jsonc
parentbd92ba60d39b4956a580cc56b83ecf55dd348aea (diff)
parent9146547efae71efa1d67a48e20ae4271785847e9 (diff)
downloadLunaticChat-1.0.0.tar.gz
LunaticChat-1.0.0.tar.bz2
LunaticChat-1.0.0.zip
Merge pull request #167 from m1sk9/docs/Update-v1-docsv1.0.0
docs: Update v1 Document
Diffstat (limited to 'website/wrangler.jsonc')
-rw-r--r--website/wrangler.jsonc14
1 files changed, 14 insertions, 0 deletions
diff --git a/website/wrangler.jsonc b/website/wrangler.jsonc
new file mode 100644
index 0000000..c1e3ce5
--- /dev/null
+++ b/website/wrangler.jsonc
@@ -0,0 +1,14 @@
+{
+ "$schema": "node_modules/wrangler/config-schema.json",
+ "name": "lunaticchat-docs",
+ "compatibility_date": "2025-09-27",
+ "observability": {
+ "enabled": true
+ },
+ "assets": {
+ "directory": "dist"
+ },
+ "compatibility_flags": [
+ "nodejs_compat"
+ ]
+}