File tree Expand file tree Collapse file tree 3 files changed +1125
-609
lines changed Expand file tree Collapse file tree 3 files changed +1125
-609
lines changed Original file line number Diff line number Diff line change 7
7
"build" : " webpack" ,
8
8
"dev" : " wrangler dev" ,
9
9
"preview" : " wrangler preview" ,
10
- "deploy" : " wrangler publish -e production "
10
+ "deploy" : " wrangler deploy src/index.ts "
11
11
},
12
12
"dependencies" : {
13
13
"tiny-request-router" : " ^1.2.2"
14
14
},
15
15
"devDependencies" : {
16
16
"@cloudflare/workers-types" : " ^2.0.0" ,
17
- "@cloudflare/ wrangler" : " ^1.10.3 " ,
17
+ "wrangler" : " ^3.56.0 " ,
18
18
"@types/node" : " ^14.0.24" ,
19
19
"prettier" : " ^2.0.5" ,
20
20
"ts-loader" : " ^8.0.1" ,
Original file line number Diff line number Diff line change 1
1
name = " notion-cloudflare-worker"
2
- webpack_config = " webpack.config.js"
3
- type = " webpack"
4
- workers_dev = true
5
-
6
- account_id = " "
7
- zone_id = " "
8
-
9
- route = " notion-api.splitbee.io/*"
2
+ compatibility_date = " 2024-05-16"
You can’t perform that action at this time.
0 commit comments