image-converter-client/wrangler.toml
christian 1dc7e00ae4
Some checks failed
Deploy Worker / deploy (push) Failing after 18s
added wrangler.toml
2024-10-31 06:07:45 +01:00

11 lines
174 B
TOML

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