11 lines
181 B
TOML
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"
|