-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathwrangler.toml
More file actions
22 lines (17 loc) · 620 Bytes
/
wrangler.toml
File metadata and controls
22 lines (17 loc) · 620 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
name = "qwen-code-cli-wrapper"
main = "src/index.ts"
compatibility_date = "2024-09-23"
compatibility_flags = ["nodejs_compat"]
# --- KV Namespaces ---
kv_namespaces = [
{ binding = "QWEN_KV", id = "94f45b92b27a42ecaf7db20505c153f5" }
]
# --- Local Development Configuration ---
# This section configures local development with Docker and miniflare
[dev]
ip = "0.0.0.0" # Bind to all interfaces for Docker access
port = 8787 # Port for local development server
# Note: --persist-to flag in Docker handles storage location
# wrangler.toml (wrangler v3.88.0^)
[observability.logs]
enabled = true