-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
390f40f
commit 6949e10
Showing
27 changed files
with
211 additions
and
216 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
// This is the shuvi server-side main module exports collection | ||
import * as application from '../../application/server/create-application-spa'; | ||
import * as server from '@shuvi/app/user/server'; | ||
import * as document from '@shuvi/app/user/document'; | ||
import { default as apiRoutes } from '@shuvi/app/core/apiRoutes'; | ||
export { server, document, application, apiRoutes }; | ||
export { view } from '@shuvi/app/core/platform'; |
2 changes: 1 addition & 1 deletion
2
...m-web/src/shuvi-app/entry/server/index.ts → ...orm-web/src/shuvi-app/entry/server/ssr.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
// This is the shuvi server-side main module exports collection | ||
import * as application from '../../application/server/create-application'; | ||
import * as server from '@shuvi/app/user/server'; | ||
import * as document from '@shuvi/app/user/document'; | ||
import * as application from '@shuvi/app/core/server/application'; | ||
import { default as apiRoutes } from '@shuvi/app/core/apiRoutes'; | ||
export { server, document, application, apiRoutes }; | ||
export { view } from '@shuvi/app/core/platform'; |
Oops, something went wrong.