You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The server.js file has the Express routes in it. It would be better if these could be in a different file like express.router.js in the ./router folder. Is that possible with setupDevServer(app, (serverBundle) => { renderer = createRenderer(serverBundle); }); being required in both server.js and the express.router.js?
The text was updated successfully, but these errors were encountered:
The
server.js
file has the Express routes in it. It would be better if these could be in a different file likeexpress.router.js
in the./router
folder. Is that possible withsetupDevServer(app, (serverBundle) => { renderer = createRenderer(serverBundle); });
being required in bothserver.js
and theexpress.router.js
?The text was updated successfully, but these errors were encountered: