mirror of
https://github.com/Lissy93/dashy.git
synced 2025-12-06 08:34:14 +01:00
Defines Wrangler config
This commit is contained in:
parent
7b9fd97433
commit
dac7c16d7d
1 changed files with 9 additions and 0 deletions
9
wrangler.toml
Normal file
9
wrangler.toml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
name = "dashy"
|
||||
type = 'webpack'
|
||||
account_id = ''
|
||||
route = ''
|
||||
zone_id = ''
|
||||
usage_model = ''
|
||||
workers_dev = true
|
||||
target_type = "webpack"
|
||||
site = {bucket = "./dist",entry-point = "workers-site"}
|
||||
Loading…
Reference in a new issue