mirror of
https://github.com/lan-tianxiang/JS_TOOL.git
synced 2025-07-13 20:22:35 +08:00
.
This commit is contained in:
15
panel/ecosystem.config.js
Executable file
15
panel/ecosystem.config.js
Executable file
@ -0,0 +1,15 @@
|
||||
module.exports = {
|
||||
apps: [
|
||||
{
|
||||
name: 'server',
|
||||
script: './server.js',
|
||||
watch: ['server.js'],
|
||||
// Delay between restart
|
||||
watch_delay: 2000,
|
||||
ignore_watch: ['node_modules', 'public'],
|
||||
watch_options: {
|
||||
followSymlinks: false,
|
||||
},
|
||||
},
|
||||
],
|
||||
};
|
Reference in New Issue
Block a user