fix: create migrations and update to latest railpack

This commit is contained in:
Amir Moradi
2026-01-08 12:29:42 +01:00
parent b19d3e94eb
commit 0c62bc0f29
13 changed files with 6993 additions and 10 deletions

View File

@@ -639,7 +639,7 @@ const installRailpack = () => `
if command_exists railpack; then
echo "Railpack already installed ✅"
else
export RAILPACK_VERSION=0.15.1
export RAILPACK_VERSION=0.15.4
bash -c "$(curl -fsSL https://railpack.com/install.sh)"
echo "Railpack version $RAILPACK_VERSION installed ✅"
fi