mirror of
https://github.com/cloudflare/wrangler-action.git
synced 2024-11-22 18:13:24 +01:00
12 lines
206 B
TOML
12 lines
206 B
TOML
|
name = "static-test"
|
||
|
type = "webpack"
|
||
|
workers_dev = true
|
||
|
account_id = "dc56444c4c955a1653106ccf997c1067"
|
||
|
|
||
|
[env.production]
|
||
|
name = "static-test-prod"
|
||
|
|
||
|
[site]
|
||
|
bucket = "./public"
|
||
|
entry-point = "workers-site"
|