This commit is contained in:
Benjamin Toby 2026-03-09 06:20:10 +01:00
parent 40dacc0b62
commit 045c849697

View File

@ -8,6 +8,10 @@ rm -rf /app/.next
bun install bun install
npm rebuild better-sqlite3 npm rebuild better-sqlite3
bun twui:add
bun twui:init
bun twui:update
if [ $NODE_ENV = "production" ]; then if [ $NODE_ENV = "production" ]; then
echo "Production Environment" echo "Production Environment"
bun next start -p ${PORT} bun next start -p ${PORT}