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 8d5a7b4 commit ab703a4Copy full SHA for ab703a4
apps/web/next.config.js
@@ -179,6 +179,8 @@ const nextConfig = {
179
"superagent-proxy", // Dependencies of @tryvital/vital-node
180
"superagent", // Dependencies of akismet
181
"formidable", // Dependencies of akismet
182
+ "@boxyhq/saml-jackson",
183
+ "jose", // Dependency of @boxyhq/saml-jackson
184
],
185
experimental: {
186
// externalize server-side node_modules with size > 1mb, to improve dev mode performance/RAM usage
0 commit comments