We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7709810 commit 59b7843Copy full SHA for 59b7843
apps/admin/scripts/init.sh
@@ -5,6 +5,8 @@ echo "Installing migration dependencies..."
5
cd /app/scripts
6
pnpm config set store-dir ~/.pnpm-store
7
pnpm install --prod
8
+echo "Rebuilding native dependencies for target architecture..."
9
+pnpm rebuild
10
cd /app
11
12
echo "Running database migrations..."
0 commit comments