Commit a0b5f95 1 parent faa950a commit a0b5f95 Copy full SHA for a0b5f95
File tree 3 files changed +3
-5
lines changed
3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "recommendations" : [
3
- " tamasfe.even-better-toml"
4
- ]
2
+ "recommendations" : [" tamasfe.even-better-toml" ]
5
3
}
Original file line number Diff line number Diff line change 6
6
"esModuleInterop" : true ,
7
7
"strict" : true ,
8
8
"lib" : [ "esnext" ] ,
9
- "types" : [ "@cloudflare/workers-types/2023-03 -01" ] ,
9
+ "types" : [ "@cloudflare/workers-types/2023-07 -01" ] ,
10
10
"jsx" : "react-jsx" ,
11
11
// "jsxFragmentFactory": "Fragment",
12
12
"jsxImportSource" : "hono/jsx"
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ kv_namespaces = [
13
13
]
14
14
15
15
compatibility_flags = []
16
- compatibility_date = " 2023-03-01 "
16
+ compatibility_date = " 2023-11-08 "
17
17
18
18
# Remove or comment out the route line if using workers_dev (and set below to true)
19
19
workers_dev = false
You can’t perform that action at this time.
0 commit comments