mirror of
https://github.com/blackboxprogramming/BlackRoad-Operating-System.git
synced 2026-03-17 06:57:17 -05:00
12 lines
223 B
JSON
12 lines
223 B
JSON
{
|
|
"build": {
|
|
"builder": "NIXPACKS",
|
|
"buildCommand": "npm install && npm run build"
|
|
},
|
|
"deploy": {
|
|
"startCommand": "npm start",
|
|
"healthcheckPath": "/health",
|
|
"restartPolicyType": "ON_FAILURE"
|
|
}
|
|
}
|