Compare commits
1 commit
017d32bbb6
...
218bc611db
Author | SHA1 | Date | |
---|---|---|---|
218bc611db |
1 changed files with 1 additions and 2 deletions
3
justfile
3
justfile
|
@ -6,8 +6,7 @@ info:
|
||||||
start:
|
start:
|
||||||
command -v concurrently &> /dev/null || bun add -g concurrently
|
command -v concurrently &> /dev/null || bun add -g concurrently
|
||||||
command -v watchexec &> /dev/null || brew install watchexec
|
command -v watchexec &> /dev/null || brew install watchexec
|
||||||
docker compose up -d
|
conc -n "frontend,backend,docker" "cd frontend && bun run start" "cd backend/ && watchexec -r -e java ./gradlew :bootRun" "docker compose up"
|
||||||
conc -n "frontend,backend" "cd frontend && bun run start" "cd backend/ && watchexec -r -e java ./gradlew :bootRun"
|
|
||||||
|
|
||||||
# Builds both the backend and frontend docker images (obv)
|
# Builds both the backend and frontend docker images (obv)
|
||||||
build:
|
build:
|
||||||
|
|
Reference in a new issue