When the project initiates server.ssr
, Modern.js generates a default Server-Side entry. The sample code is as follows:
Users need to customize the Server-Side Rendering entry points, they can customize the server entry in src/entry.server.ts
or src/{entryName}/entry.server.ts
.