feat: add team_lead role to user management and update related functionalities
This commit is contained in:
@@ -20,6 +20,10 @@ chmod -R 755 /app/public/uploads
|
||||
echo "🔧 Setting up admin account..."
|
||||
node scripts/create-admin.js
|
||||
|
||||
# Run any pending database migrations
|
||||
echo "🔄 Running database migrations..."
|
||||
./run-migrations.sh
|
||||
|
||||
# Start the application
|
||||
echo "✅ Starting production server..."
|
||||
exec npm start
|
||||
|
||||
Reference in New Issue
Block a user