commit | 92a2a1a272e7f54aa12fc562da1c2ef9d0413843 | [log] [tgz] |
---|---|---|
author | TheCodedProf <samuel.shuert@gmail.com> | Sat Apr 22 19:58:18 2023 -0400 |
committer | TheCodedProf <samuel.shuert@gmail.com> | Sat Apr 22 19:58:18 2023 -0400 |
tree | 709504e460ea73124e52b1d367eb59a4c311dcaa | |
parent | a0e072a3c10d1bf2bff6e904d332d74489fdcae5 [diff] [blame] |
prettier
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" + } + ] +};