Commit 8a3d2e52 by ramdayalmunda

pm2 file added

parent 7065804e
module.exports = {
apps: [
{
name: "Editor",
script: "./",
watch: true, // Enable watching for file changes
ignore_watch: ['./begenieus/server/node_modules', './begenieus/server/temporary', './begenieus/server/logs'], // Folders to ignore watching
watch_options: {
followSymlinks: false,
}
}
]
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment