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

@@ -3,8 +3,10 @@
"version": "0.1.0",
"private": true,
"type": "module",
"main": "src/index.ts",
"main": "dist/src/index.js",
"types": "src/index.ts",
"scripts": {
"build": "tsc",
"db:generate": "drizzle-kit generate",
"db:migrate": "tsx src/migrate.ts",
"typecheck": "tsc --noEmit"