Matt Silverlock db45190160
build: update compat date, remove
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`
2024-04-15 09:24:05 -04:00

7 lines
113 B
TOML

name = "go-worker"
main = "./build/worker.mjs"
compatibility_date = "2024-04-15"
[build]
command = "make build"