add ecosystem
This commit is contained in:
@@ -0,0 +1,18 @@
|
|||||||
|
module.exports = {
|
||||||
|
apps: [
|
||||||
|
{
|
||||||
|
name: 'nova40',
|
||||||
|
script: 'npx',
|
||||||
|
args: 'expo start --no-dev --port 8081',
|
||||||
|
cwd: 'd:/Project/Zen40/Nova40',
|
||||||
|
watch: false,
|
||||||
|
autorestart: true,
|
||||||
|
max_restarts: 10,
|
||||||
|
restart_delay: 5000,
|
||||||
|
env: {
|
||||||
|
NODE_ENV: 'production',
|
||||||
|
EXPO_NO_DOTENV: '1',
|
||||||
|
},
|
||||||
|
},
|
||||||
|
],
|
||||||
|
};
|
||||||
Reference in New Issue
Block a user