mirror of
https://github.com/syumai/workers.git
synced 2025-03-10 17:29:11 +00:00
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`
This commit is contained in:
parent
a39272584a
commit
db45190160
@ -1,9 +1,6 @@
|
||||
name = "go-worker"
|
||||
main = "./build/worker.mjs"
|
||||
compatibility_date = "2022-11-19"
|
||||
compatibility_flags = [
|
||||
"streams_enable_constructors"
|
||||
]
|
||||
compatibility_date = "2024-04-15"
|
||||
|
||||
[build]
|
||||
command = "make build"
|
||||
|
Loading…
x
Reference in New Issue
Block a user