feat: zentrale selfhost-dienste bereitstellen

This commit is contained in:
2026-08-02 16:34:10 +02:00
parent d3ad53bcf0
commit 8b8e0c97d3
30 changed files with 1818 additions and 74 deletions

View File

@@ -8,7 +8,7 @@
],
"scripts": {
"dev": "npm run dev --workspace @fedeo/push-api",
"dev:api": "npm run dev --workspace @fedeo/push-api",
"dev:api": "npm run build --workspace @fedeo/push-db && npm run dev --workspace @fedeo/push-api",
"dev:admin": "npm run dev --workspace @fedeo/push-admin",
"build": "npm run build --workspaces --if-present",
"typecheck": "npm run typecheck --workspaces --if-present",