Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions api/migrations/8d12c938-6123-442a-ae61-7135212c8dab.sql

This file was deleted.

4 changes: 2 additions & 2 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ import concurrently from "concurrently"
const concurrentlyResult = concurrently(
[
{
command: "bun run --bun --cwd api dev",
command: "bun run --cwd api dev",
name: "api 🐤",
prefixColor: "yellow",
},
{
command: "bun run --bun --cwd app dev",
command: "bun run --cwd app dev",
name: "app 🐦",
prefixColor: "blue",
},
Expand Down