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": [
|
"recommendations": ["tamasfe.even-better-toml"]
|
||||||
"tamasfe.even-better-toml"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
"esModuleInterop": true,
|
"esModuleInterop": true,
|
||||||
"strict": true,
|
"strict": true,
|
||||||
"lib": ["esnext"],
|
"lib": ["esnext"],
|
||||||
"types": ["@cloudflare/workers-types/2023-03-01"],
|
"types": ["@cloudflare/workers-types/2023-07-01"],
|
||||||
"jsx": "react-jsx",
|
"jsx": "react-jsx",
|
||||||
// "jsxFragmentFactory": "Fragment",
|
// "jsxFragmentFactory": "Fragment",
|
||||||
"jsxImportSource": "hono/jsx"
|
"jsxImportSource": "hono/jsx"
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@ kv_namespaces = [
|
||||||
]
|
]
|
||||||
|
|
||||||
compatibility_flags = []
|
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)
|
# Remove or comment out the route line if using workers_dev (and set below to true)
|
||||||
workers_dev = false
|
workers_dev = false
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue