image-converter-client/wrangler.toml

11 lines
181 B
TOML
Raw Permalink Normal View History

2024-10-31 05:07:45 +00:00
name = "image-conversion-client"
2024-10-31 05:09:17 +00:00
main = "./build/server/index.js"
2024-10-31 05:07:45 +00:00
compatibility_date = "2024-10-31"
[site]
bucket = "./public"
[build]
command = "npm run build"
watch_dir = "app"