Merge pull request #1074 from TuroYT/add-snowshare

fix snowshare don't build
This commit is contained in:
CanbiZ 2025-11-03 10:20:50 -08:00 committed by GitHub
commit 012a534ab8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -44,6 +44,9 @@ NEXTAUTH_SECRET="$(openssl rand -base64 32)"
ALLOW_SIGNUP=true
NODE_ENV=production
EOF
set -a
source /opt/snowshare.env
set +a
$STD npx prisma generate
$STD npx prisma migrate deploy
$STD npm run build