Upgrade compatability date
and run prettier
This commit is contained in:
parent
faa950aa24
commit
a0b5f95a7e
3 changed files with 3 additions and 5 deletions
4
.vscode/extensions.json
vendored
4
.vscode/extensions.json
vendored
|
|
@ -1,5 +1,3 @@
|
|||
{
|
||||
"recommendations": [
|
||||
"tamasfe.even-better-toml"
|
||||
]
|
||||
"recommendations": ["tamasfe.even-better-toml"]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue