added changes

This commit is contained in:
2026-06-09 15:33:21 +05:30
parent 249d759e6a
commit ff4d0f90e8
14 changed files with 358 additions and 406 deletions
+8
View File
@@ -0,0 +1,8 @@
#!/bin/sh
set -e
echo "Running database migrations..."
pnpm exec prisma migrate deploy --schema=apps/api/prisma/schema.prisma
echo "Starting TOWER API..."
exec "$@"