chore: clean up workspace and fix backend prisma build

This commit is contained in:
Ruslan Bakiev
2026-03-08 20:31:32 +07:00
parent f1cf90adc7
commit 22e04e0a34
86 changed files with 3 additions and 9333 deletions

View File

@@ -1,12 +0,0 @@
#!/bin/sh
set -x
rm -rf /app/tmp/pids/server.pid
rm -rf /app/tmp/cache/*
pnpm store prune
pnpm install --force
echo "Ready to run Vite development server."
exec "$@"