mirror of https://github.com/clickscodes/nucleus
parent
21ec2aacd7
commit
a0e072a3c1
@ -1,2 +1,3 @@
|
|||||||
ClicksMigratingProblems/**/*
|
ClicksMigratingProblems/**/*
|
||||||
src/reflex/nsfwjs/**/*
|
src/reflex/nsfwjs/**/*
|
||||||
|
ecosystem.config.cjs
|
||||||
@ -0,0 +1,7 @@
|
|||||||
|
module.exports = {
|
||||||
|
apps: [{
|
||||||
|
name: "Nucleus",
|
||||||
|
script: "/run/current-system/sw/bin/nix",
|
||||||
|
args: "develop --command yarn start --update-commands",
|
||||||
|
}],
|
||||||
|
}
|
||||||
Loading…
Reference in new issue