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