TheCodedProf | a0e072a | 2023-04-22 19:57:56 -0400 | [diff] [blame] | 1 | module.exports = { |
TheCodedProf | 92a2a1a | 2023-04-22 19:58:18 -0400 | [diff] [blame] | 2 | apps: [ |
3 | { | ||||
4 | name: "Nucleus", | ||||
5 | script: "/run/current-system/sw/bin/nix", | ||||
TheCodedProf | 33cf951 | 2023-06-07 17:37:35 -0400 | [diff] [blame] | 6 | args: "develop --command pnpm start --update-commands" |
TheCodedProf | 92a2a1a | 2023-04-22 19:58:18 -0400 | [diff] [blame] | 7 | } |
8 | ] | ||||
9 | }; |