Skip to content

Commit

Permalink
Merge pull request #5290 from beyondessential/fix-datatrak-local-depl…
Browse files Browse the repository at this point in the history
…oyment

no-issue: Fix DataTrak local deployment for devs
  • Loading branch information
jaskfla authored Dec 17, 2023
2 parents d8d5a47 + a2b7bbd commit c74725c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/devops/configs/pm2/datatrak.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Tupaia
* Copyright (c) 2017 - 2021 Beyond Essential Systems Pty Ltd
* Copyright (c) 2017 - 2023 Beyond Essential Systems Pty Ltd
*/

const { startDevConfigs } = require("./base.config");
Expand All @@ -12,5 +12,6 @@ module.exports = {
"report-server",
"datatrak-web-server",
"datatrak-web",
"web-config-server",
])
};
};

0 comments on commit c74725c

Please sign in to comment.