SyntaxFix
Write A Post
Hire A Developer
Questions
The simplest way is:
const { exec } = require("child_process") exec('yourApp').unref()
unref is necessary to end your process without waiting for "yourApp"
Here are the exec docs