chore: Update zeabur configuration

This commit is contained in:
Yi-Jyun Pan 2024-08-30 11:26:27 +08:00
parent 4d3371e485
commit 803c728273
No known key found for this signature in database

8
zbpack.json Normal file
View file

@ -0,0 +1,8 @@
{
"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/*"
}