mirror of https://github.com/clickscodes/nucleus
parent
a0e072a3c1
commit
92a2a1a272
@ -1,7 +1,9 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
apps: [{
|
apps: [
|
||||||
name: "Nucleus",
|
{
|
||||||
script: "/run/current-system/sw/bin/nix",
|
name: "Nucleus",
|
||||||
args: "develop --command yarn start --update-commands",
|
script: "/run/current-system/sw/bin/nix",
|
||||||
}],
|
args: "develop --command yarn start --update-commands"
|
||||||
}
|
}
|
||||||
|
]
|
||||||
|
};
|
||||||
|
|||||||
Loading…
Reference in new issue