mirror of
https://github.com/syumai/workers.git
synced 2025-03-11 09:49:12 +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"
|
name = "go-worker"
|
||||||
main = "./build/worker.mjs"
|
main = "./build/worker.mjs"
|
||||||
compatibility_date = "2022-11-19"
|
compatibility_date = "2024-04-15"
|
||||||
compatibility_flags = [
|
|
||||||
"streams_enable_constructors"
|
|
||||||
]
|
|
||||||
|
|
||||||
[build]
|
[build]
|
||||||
command = "make build"
|
command = "make build"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user