Defines Wrangler config

This commit is contained in:
Alicia Sykes 2021-06-12 15:35:55 +01:00
parent 7b9fd97433
commit dac7c16d7d
1 changed files with 9 additions and 0 deletions

9
wrangler.toml Normal file
View 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"}