📌 Fix turbo version

This commit is contained in:
Manuel
2023-08-05 12:10:34 +02:00
parent 9f7c41919d
commit 0455db61af
3 changed files with 6 additions and 4 deletions

View File

@@ -20,5 +20,7 @@ module.exports = withBundleAnalyzer({
permanent: false,
},
],
env: process.env.NEXTAUTH_URL_INTERNAL || process.env.HOSTNAME || 'http://localhost:3000',
env: {
NEXTAUTH_URL_INTERNAL: process.env.NEXTAUTH_URL_INTERNAL || process.env.HOSTNAME || 'http://localhost:3000'
},
});