mirror of
https://github.com/syumai/workers.git
synced 2025-03-11 01:39:11 +00:00

Update the `compatibility_date` and remove the need for https://developers.cloudflare.com/workers/configuration/compatibility-dates/#streams-constructors as it is the default as of `2022-11-30`
7 lines
113 B
TOML
7 lines
113 B
TOML
name = "go-worker"
|
|
main = "./build/worker.mjs"
|
|
compatibility_date = "2024-04-15"
|
|
|
|
[build]
|
|
command = "make build"
|