export const apps = [{
name: "labplus-server",
script: "./src/index.js",
watch: [
"src"
],
ignore_watch: [
"node_modules"
env: {
"NODE_ENV": "production"
}
}]