mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-20 01:21:55 +03:00
15 lines
333 B
TOML
15 lines
333 B
TOML
|
#:schema node_modules/wrangler/config-schema.json
|
||
|
name = "branding-worker"
|
||
|
main = "src/index.ts"
|
||
|
compatibility_date = "2024-07-01"
|
||
|
keep_vars = true
|
||
|
|
||
|
[build]
|
||
|
command = "npm run build"
|
||
|
watch_dir = "./src"
|
||
|
|
||
|
[[kv_namespaces]]
|
||
|
binding = "KV"
|
||
|
id = "c020474a-1223-402b-be0c-cd122bab9599"
|
||
|
preview_id = "c320577a-5563-457b-be0c-cd152bab5599"
|