Files
Homarr/scripts/run.sh

8 lines
165 B
Bash
Raw Normal View History

# Run migrations
node ./db/migrate.mjs ./db/migrations
# Run the nestjs backend
node apps/nestjs/dist/main.mjs &
# Run the nextjs server
node apps/nextjs/server.js