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
{{ message }}
This repository has been archived by the owner on Dec 6, 2021. It is now read-only.
You might already know backpack or pocky which are kind of Poi for back-end (Node.js) apps.
So what about we making it possible as a poi preset 😄
But note that here we don't need the default poi command, since we don't need that dev server. Instead we use poi watch & nodemon to develop the app, each time webpack finishes bundling nodemon will restart.
You might already know backpack or pocky which are kind of Poi for back-end (Node.js) apps.
So what about we making it possible as a poi preset 😄
But note that here we don't need the default
poi
command, since we don't need that dev server. Instead we usepoi watch
& nodemon to develop the app, each time webpack finishes bundling nodemon will restart.Then you can run
poi watch
to develop orpoi build && node dist/server.js
to run server in production mode.The text was updated successfully, but these errors were encountered: