summaryrefslogtreecommitdiff
path: root/docs/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 /docs/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 'docs/wrangler.jsonc')
-rw-r--r--docs/wrangler.jsonc14
1 files changed, 0 insertions, 14 deletions
diff --git a/docs/wrangler.jsonc b/docs/wrangler.jsonc
deleted file mode 100644
index c1e3ce5..0000000
--- a/docs/wrangler.jsonc
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "$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"
- ]
-}