Update to v1.0 of website code from kottgard-production-v1.zip

This commit is contained in:
root
2026-06-23 09:24:46 +00:00
parent e0273c46d7
commit 582a2f33ad
60 changed files with 658 additions and 160 deletions
+9
View File
@@ -0,0 +1,9 @@
#!/usr/bin/env bash
# Production build must not reuse a dev .next folder.
set -euo pipefail
cd "$(dirname "$0")/.."
pkill -f "next dev" 2>/dev/null || true
rm -rf .next
echo "Building production bundle (clean cache)…"
exec npx next build