chore: Update wrangler.toml configuration for webpack build and site bucket location

This commit is contained in:
Lyric
2024-06-24 19:52:45 +09:00
parent 13e16d8d6e
commit 6e652ad42a

View File

@@ -1,5 +1,8 @@
name = "1000h-portal"
main = "index.js"
main = "workers-site/index.js"
type = "webpack"
workers_dev = false
compatibility_date = "2023-03-23"
[site]
bucket = "./output/public"