From 92a2a1a272e7f54aa12fc562da1c2ef9d0413843 Mon Sep 17 00:00:00 2001 From: TheCodedProf Date: Sat, 22 Apr 2023 19:58:18 -0400 Subject: [PATCH] prettier --- ecosystem.config.cjs | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) 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" + } + ] +};