image-converter-client/wrangler.toml

11 lines
174 B
TOML
Raw Normal View History

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