blob: 58eb0010c7d39c77007562f31a1d3c6c3884cad4 [file] [log] [blame]
TheCodedProfa0e072a2023-04-22 19:57:56 -04001module.exports = {
TheCodedProf92a2a1a2023-04-22 19:58:18 -04002 apps: [
3 {
4 name: "Nucleus",
5 script: "/run/current-system/sw/bin/nix",
TheCodedProf33cf9512023-06-07 17:37:35 -04006 args: "develop --command pnpm start --update-commands"
TheCodedProf92a2a1a2023-04-22 19:58:18 -04007 }
8 ]
9};