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", | ||||
6 | args: "develop --command yarn start --update-commands" | ||||
7 | } | ||||
8 | ] | ||||
9 | }; |