Archived email API, dark mode

This commit is contained in:
Wayne
2025-07-14 00:11:01 +03:00
parent f4d48a4e5a
commit a305bb5006
46 changed files with 3581 additions and 54 deletions

View File

@@ -3,7 +3,8 @@
"private": true,
"scripts": {
"dev": "dotenv -- pnpm --filter \"./packages/*\" --parallel dev",
"build": "pnpm --filter \"./packages/*\" --parallel build"
"build": "pnpm --filter \"./packages/*\" --parallel build",
"start:workers": "dotenv -- pnpm --filter \"./packages/backend\" start:ingestion-worker && -- pnpm --filter \"./packages/backend\" start:indexing-worker"
},
"devDependencies": {
"dotenv-cli": "8.0.0",