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