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": [ "recommendations": ["tamasfe.even-better-toml"]
"tamasfe.even-better-toml"
]
} }

View file

@ -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"

View file

@ -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