diff --git a/ecosystem.config.cjs b/ecosystem.config.cjs index 008da4f..c101672 100644 --- a/ecosystem.config.cjs +++ b/ecosystem.config.cjs @@ -1,7 +1,9 @@ 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 + apps: [ + { + name: "Nucleus", + script: "/run/current-system/sw/bin/nix", + args: "develop --command yarn start --update-commands" + } + ] +};