added wrangler.toml
Some checks failed
Deploy Worker / deploy (push) Failing after 18s

This commit is contained in:
christian 2024-10-31 06:07:45 +01:00
parent 87ce902a30
commit 1dc7e00ae4

10
wrangler.toml Normal file
View File

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