Upgrade compatability date

and run prettier
This commit is contained in:
Erisa A 2023-11-27 03:07:24 +00:00
parent faa950aa24
commit a0b5f95a7e
No known key found for this signature in database
3 changed files with 3 additions and 5 deletions

View file

@ -1,5 +1,3 @@
{
"recommendations": [
"tamasfe.even-better-toml"
]
"recommendations": ["tamasfe.even-better-toml"]
}

View file

@ -6,7 +6,7 @@
"esModuleInterop": true,
"strict": true,
"lib": ["esnext"],
"types": ["@cloudflare/workers-types/2023-03-01"],
"types": ["@cloudflare/workers-types/2023-07-01"],
"jsx": "react-jsx",
// "jsxFragmentFactory": "Fragment",
"jsxImportSource": "hono/jsx"

View file

@ -13,7 +13,7 @@ kv_namespaces = [
]
compatibility_flags = []
compatibility_date = "2023-03-01"
compatibility_date = "2023-11-08"
# Remove or comment out the route line if using workers_dev (and set below to true)
workers_dev = false