image-converter-client/wrangler.toml
christian e1e7824a5b
Some checks failed
Deploy Worker / deploy (push) Failing after 27s
wrangler build path
2024-10-31 06:09:17 +01:00

11 lines
181 B
TOML

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