Compare commits
2 Commits
0c0a51bdc4
...
feb45a405d
| Author | SHA1 | Date | |
|---|---|---|---|
| feb45a405d | |||
| d265903740 |
@@ -1,15 +1,13 @@
|
|||||||
module.exports = {
|
export const apps = [{
|
||||||
apps: [{
|
name: "labplus-server",
|
||||||
name: "labplus-server",
|
script: "./src/index.js",
|
||||||
script: "./src/index.js",
|
watch: [
|
||||||
watch: [
|
"src"
|
||||||
"src"
|
],
|
||||||
],
|
ignore_watch: [
|
||||||
ignore_watch: [
|
"node_modules"
|
||||||
"node_modules"
|
],
|
||||||
],
|
env: {
|
||||||
env: {
|
"NODE_ENV": "production"
|
||||||
"NODE_ENV": "production"
|
}
|
||||||
}
|
}]
|
||||||
}]
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user