- Restructured as bun monorepo with packages/cfg and packages/worker - CLI rewritten in TypeScript with modular architecture - Published as @shazhou/cfg@1.0.0 (replaces @shazhou/config) - Deprecated @shazhou/config on npm - Removed legacy Python scripts and old cli-npm package
12 lines
235 B
TOML
12 lines
235 B
TOML
name = "config-service"
|
|
main = "src/index.ts"
|
|
compatibility_date = "2024-12-01"
|
|
|
|
routes = [
|
|
{ pattern = "config.shazhou.work", custom_domain = true }
|
|
]
|
|
|
|
[[kv_namespaces]]
|
|
binding = "CONFIG_KV"
|
|
id = "1562fdaaafce42e98ee715d0f9e7441a"
|