Skip to content

Commit

Permalink
chore: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
cdaringe committed Aug 7, 2024
1 parent b9d6566 commit a9cfd04
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rad.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,12 @@ const startAgent: Task = [
"--db-port=5432",
].join(" ");

const dev = `docker-compose -f docker-compose.dev.yml -f docker-compose.yml up`;

// run `rad --list` to see all tasks
export const tasks: Tasks = {
...{ b: build, build },
...{ d: dev, dev },
...{ startAgent, sa: startAgent },
...{ format, f: format },
...dbTasks,
Expand Down

0 comments on commit a9cfd04

Please sign in to comment.