pull/79/head
TheCodedProf 3 years ago
parent a0e072a3c1
commit 92a2a1a272

@ -1,7 +1,9 @@
module.exports = {
apps: [{
name: "Nucleus",
script: "/run/current-system/sw/bin/nix",
args: "develop --command yarn start --update-commands",
}],
}
apps: [
{
name: "Nucleus",
script: "/run/current-system/sw/bin/nix",
args: "develop --command yarn start --update-commands"
}
]
};

Loading…
Cancel
Save