Spaces:
Running
Running
{ | |
"$schema": "https://schema.railpack.com", | |
"provider": "node", | |
"buildAptPackages": [ | |
"git", | |
"curl" | |
], | |
"packages": { | |
"node": "22", | |
"python": "3.12.7" | |
}, | |
"deploy": { | |
"aptPackages": [ | |
"git", | |
"curl" | |
] | |
} | |
} |