commit | 33cf951feb3c4a6a0e2920922c1a4ca7533b2da4 | [log] [tgz] |
---|---|---|
author | TheCodedProf <samuel.shuert@gmail.com> | Wed Jun 07 17:37:35 2023 -0400 |
committer | TheCodedProf <samuel.shuert@gmail.com> | Wed Jun 07 17:37:35 2023 -0400 |
tree | 4d237a52c04d71b14dac432edecbf7173946bc51 | |
parent | 7a182d8b87fd765063af175cb9d93dc31b46e26b [diff] [blame] |
nix stuff
diff --git a/ecosystem.config.cjs b/ecosystem.config.cjs index c101672..58eb001 100644 --- a/ecosystem.config.cjs +++ b/ecosystem.config.cjs
@@ -3,7 +3,7 @@ { name: "Nucleus", script: "/run/current-system/sw/bin/nix", - args: "develop --command yarn start --update-commands" + args: "develop --command pnpm start --update-commands" } ] };