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