continued the kita-planer

This commit is contained in:
t.indorf
2026-05-08 14:32:14 +02:00
parent b686e714ff
commit 7aff691803
85 changed files with 9434 additions and 588 deletions
+8
View File
@@ -0,0 +1,8 @@
#!/bin/sh
set -eu
echo "Applying Prisma schema..."
npx prisma db push --skip-generate
echo "Starting Kita-Planer..."
exec npm run start:prod