Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…xplorer into dev
  • Loading branch information
tokebe committed Oct 23, 2023
2 parents c67ea8a + 6af59f3 commit 0bb413f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bte-pm2.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"name": "bte-trapi",
"cwd": ".",
"script": "./src/server.js",
"script": "./packages/bte-server/built/src/server.js",
"exec_mode": "cluster",
"instances": 4,
"autorestart": true,
Expand Down
4 changes: 2 additions & 2 deletions process.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apps:
- name: bte_reasoner_api
script: ./src/server.js
script: ./packages/bte-server/built/src/server.js
exec_mode: cluster
instances: max


0 comments on commit 0bb413f

Please sign in to comment.