-
This is my first time building an app that is about to go into real production. My application has the backend built right into the Now that I want to package the whole application to be a production build, how should I configure |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
This doesn't seem to work. You may need something like nestjs+electron. But I think you need to understand electron's process model first. You can run your service in the main process of electron, but this service must be based on nodejs. |
Beta Was this translation helpful? Give feedback.
This doesn't seem to work. You may need something like nestjs+electron. But I think you need to understand electron's process model first. You can run your service in the main process of electron, but this service must be based on nodejs.