mirror of
https://github.com/ajnart/homarr.git
synced 2026-02-27 08:50:56 +01:00
8 lines
165 B
Bash
8 lines
165 B
Bash
|
|
# 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
|