Archived
1
0

feat: Добавлен Better Auth

This commit is contained in:
2025-11-19 10:00:57 +03:00
parent a423bc6c11
commit 6fd29f5408
21 changed files with 1217 additions and 104 deletions

View File

@ -1,6 +0,0 @@
import { $ } from "bun";
await Promise.all([
$`bun run --cwd apps/backend dev`,
$`bun run --cwd apps/frontend start`,
])