Add account_id to wrangler.toml (#1)

account_id is required when you have more than one account in your
login profile. Add them as optional flags so someone who might use
it don't need to figure out what to do (well, it's pretty trivial
but saving time is always good...)

Signed-off-by: Yongmin Hong <revi@pobox.com>
This commit is contained in:
Yongmin Hong 2021-11-01 18:48:24 +09:00 committed by GitHub
parent 10c2b5c098
commit edd16e0bb8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,3 +3,5 @@ type = "webpack"
compatibility_flags = []
workers_dev = true
compatibility_date = "2021-10-12"
# account_id is required if you have multiple accounts within single profile.
# account_id = ""