Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

r001 #47

Merged
merged 7 commits into from
Aug 26, 2024
Merged
Next Next commit
ar(fix) [DPTM-8] Dockerize and GCP: skip accelerate
angeloreale committed Aug 25, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 30529e6eb5567103374bb60b5e25426a6bf14636
5 changes: 4 additions & 1 deletion next.config.mjs
Original file line number Diff line number Diff line change
@@ -19,7 +19,10 @@ const nextConfig = {

return config;
},
output: process.env.NEXUS_STANDALONE === 'true' ? 'standalone' : undefined,
output:
process.env.NEXUS_STANDALONE === 'true' && process.env.NEXUS_STANDALONE_PRISMA_ONLY !== 'true'
? 'standalone'
: undefined,
basePath: process.env.NEXUS_BASE_PATH,
transpilePackages: ['next-auth'],
images: {