Add BlackRoad info service module

This commit is contained in:
Alexa Amundson
2025-11-20 20:00:52 -06:00
parent 9e5f17ab3e
commit f19c9ec37d
13 changed files with 265 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"build": {
"builder": "NIXPACKS",
"buildCommand": "npm install && npm run build"
},
"deploy": {
"startCommand": "npm start",
"healthcheckPath": "/health",
"restartPolicyType": "ON_FAILURE"
}
}