commit | a0e072a3c10d1bf2bff6e904d332d74489fdcae5 | [log] [tgz] |
---|---|---|
author | TheCodedProf <samuel.shuert@gmail.com> | Sat Apr 22 19:57:56 2023 -0400 |
committer | TheCodedProf <samuel.shuert@gmail.com> | Sat Apr 22 19:57:56 2023 -0400 |
tree | fb567c631acf3a5bf717a0c75ab43cd80629472b | |
parent | 21ec2aacd7f17a7f048c4750785ab54cdfca76ea [diff] [blame] |
added pm2 ecosystem file
diff --git a/ecosystem.config.cjs b/ecosystem.config.cjs new file mode 100644 index 0000000..008da4f --- /dev/null +++ b/ecosystem.config.cjs
@@ -0,0 +1,7 @@ +module.exports = { + apps: [{ + name: "Nucleus", + script: "/run/current-system/sw/bin/nix", + args: "develop --command yarn start --update-commands", + }], +} \ No newline at end of file