File tree 3 files changed +9
-6
lines changed
3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 4
4
"type" : " module" ,
5
5
"private" : true ,
6
6
"scripts" : {
7
- "dev" : " waku dev" ,
7
+ "dev" : " waku dev --with-ssr " ,
8
8
"build" : " waku build --with-ssr" ,
9
9
"start" : " waku start --with-ssr"
10
10
},
11
11
"dependencies" : {
12
- "express" : " ^4.18.2" ,
12
+ "@hono/node-server" : " ^1.2.2" ,
13
+ "hono" : " ^3.10.0" ,
13
14
"react" : " 18.3.0-canary-6c7b41da3-20231123" ,
14
15
"react-dom" : " 18.3.0-canary-6c7b41da3-20231123" ,
15
16
"react-server-dom-webpack" : " 18.3.0-canary-6c7b41da3-20231123" ,
Original file line number Diff line number Diff line change 4
4
"type" : " module" ,
5
5
"private" : true ,
6
6
"scripts" : {
7
- "dev" : " waku dev" ,
7
+ "dev" : " waku dev --with-ssr " ,
8
8
"build" : " waku build --with-ssr" ,
9
9
"start" : " waku start --with-ssr"
10
10
},
11
11
"dependencies" : {
12
- "express" : " ^4.18.2" ,
12
+ "@hono/node-server" : " ^1.2.2" ,
13
+ "hono" : " ^3.10.0" ,
13
14
"react" : " 18.3.0-canary-6c7b41da3-20231123" ,
14
15
"react-dom" : " 18.3.0-canary-6c7b41da3-20231123" ,
15
16
"react-server-dom-webpack" : " 18.3.0-canary-6c7b41da3-20231123" ,
Original file line number Diff line number Diff line change 4
4
"type" : " module" ,
5
5
"private" : true ,
6
6
"scripts" : {
7
- "dev" : " waku dev" ,
7
+ "dev" : " waku dev --with-ssr " ,
8
8
"build" : " waku build --with-ssr" ,
9
9
"start" : " waku start --with-ssr"
10
10
},
11
11
"dependencies" : {
12
- "express" : " ^4.18.2" ,
12
+ "@hono/node-server" : " ^1.2.2" ,
13
+ "hono" : " ^3.10.0" ,
13
14
"react" : " 18.3.0-canary-6c7b41da3-20231123" ,
14
15
"react-dom" : " 18.3.0-canary-6c7b41da3-20231123" ,
15
16
"react-server-dom-webpack" : " 18.3.0-canary-6c7b41da3-20231123" ,
You can’t perform that action at this time.
0 commit comments