Skip to content

Commit

Permalink
fix: passing request to server app
Browse files Browse the repository at this point in the history
  • Loading branch information
liximomo committed Dec 12, 2023
1 parent 349e965 commit 7672740
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/platform-web/src/shuvi-app/app/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ export const createApp: CreateAppServer = options => {
app = application({
AppComponent,
router,
request: req,
config: {
ssr
}
Expand Down

0 comments on commit 7672740

Please sign in to comment.