dockfries/infernus-starter

Why does crash the first time you run it?

Closed this issue · 0 comments

dist folder doesn't exist at the first, 'rollup' will start compiling with an error message because 'omp server' can't find the file.

After this, 'rollup' is compiled and produces the 'dist' folder, and the server restarts automatically as' nodemon 'listens for file changes. At this point, the server can find the file in the dist folder, so it works.