Port to elysia, tailwind (no effect)

This commit is contained in:
2024-11-17 23:08:23 +01:00
parent e8aaa328e6
commit 63de1a3b02
53 changed files with 1942 additions and 2363 deletions

View File

@@ -1,11 +1,11 @@
{
"name": "music-repo",
"license": "UNLICENSED",
"private": true,
"type": "module",
"license": "UNLICENSED",
"scripts": {
"start:backend": "bun run packages/backend/src/index.ts",
"start:frontend": "pnpm --filter frontend exec vite --open"
"backend:dev": "bun run --watch packages/backend/src/app.ts",
"frontend:dev": "pnpm --filter frontend exec vite --open"
},
"devDependencies": {
"typescript": "catalog:"