This commit is contained in:
Raven Scott
2026-04-05 04:33:14 -04:00
parent 4af98ef97b
commit 904ad7e7fd
48 changed files with 1905 additions and 219 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"apps": [
{
"name": "pear-seed-bare-os-booter",
"cwd": "./packages/bare-os-booter",
"script": "pear",
"args": ["seed", "--no-ask", "bare-os-booter", "."],
"interpreter": "none",
"instances": 1,
"exec_mode": "fork",
"autorestart": true,
"min_uptime": 10000,
"max_restarts": 20,
"restart_delay": 5000,
"kill_timeout": 10000
}
]
}