blahrs/zbpack.json
2024-08-30 11:26:27 +08:00

8 lines
313 B
JSON

{
"rust": {
"entry": "blah"
},
"start_command": "/app/main --listen=0.0.0.0:8080 --database=/db.sqlite3 --base-url=https://blah-backend.zeabur.app",
"build_command": "apt update && apt install -y sqlite3",
"pre_start_command": "apt update && apt install -y sqlite3 && rm -rf /var/lib/apt/lists/*"
}