Skip to content
Discussion options

You must be logged in to vote

I found the solution to install it on Plesk
I created the file with name loader.cjs on root folder.

async function loadApp() {
  await import('./build/bin/server.js');
}
loadApp();

Then in the "Application Startup File", replace to loader.cjs file.
The project will work.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by hieuhuynh93
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
1 participant