add readme for documentation
This commit is contained in:
17
ecosystem.config.js
Normal file
17
ecosystem.config.js
Normal file
@@ -0,0 +1,17 @@
|
||||
module.exports = {
|
||||
apps: [
|
||||
{
|
||||
name: "new_client",
|
||||
script: "npm",
|
||||
args: "start",
|
||||
cwd: __dirname,
|
||||
instances: 1,
|
||||
exec_mode: "fork",
|
||||
watch: false,
|
||||
env: {
|
||||
NEXT_PUBLIC_BACKEND_URL: "http://127.0.0.1:4000",
|
||||
NEXT_PUBLIC_BACKEND_URL_LOCAL: "http://127.0.0.1:4000",
|
||||
},
|
||||
},
|
||||
],
|
||||
};
|
||||
Reference in New Issue
Block a user