scira-chat / railpack.json
mukaddamzaid's picture
feat: enhanced UI
7984c85
raw
history blame contribute delete
305 Bytes
{
"$schema": "https://schema.railpack.com",
"provider": "node",
"buildAptPackages": [
"git",
"curl"
],
"packages": {
"node": "22",
"python": "3.12.7"
},
"deploy": {
"aptPackages": [
"git",
"curl"
]
}
}