mirror of
https://github.com/syumai/workers.git
synced 2025-03-11 09:49:12 +00:00
8 lines
149 B
TOML
8 lines
149 B
TOML
name = "fetch"
|
|
main = "./build/worker.mjs"
|
|
compatibility_date = "2024-11-12"
|
|
compatibility_flags = ["nodejs_compat"]
|
|
|
|
[build]
|
|
command = "make build"
|