added car configurator
This commit is contained in:
10
ecosystem.config.js
Normal file
10
ecosystem.config.js
Normal file
@@ -0,0 +1,10 @@
|
||||
module.exports = {
|
||||
apps: [
|
||||
{
|
||||
name: "frontend",
|
||||
script: "server.js",
|
||||
cwd: "/var/www/frontend",
|
||||
env: { NODE_ENV: "production" }
|
||||
}
|
||||
]
|
||||
};
|
||||
Reference in New Issue
Block a user