chore: deployment debugging - minimal middleware, health api, and nextjs upgrade
This commit is contained in:
@@ -1,13 +1,6 @@
|
||||
/** @type {import('next').Config} */
|
||||
const nextConfig = {
|
||||
productionBrowserSourceMaps: false,
|
||||
transpilePackages: ['@supabase/auth-helpers-nextjs'],
|
||||
webpack: (config, { isServer, dev }) => {
|
||||
if (isServer && !dev) {
|
||||
config.devtool = false;
|
||||
}
|
||||
return config;
|
||||
},
|
||||
};
|
||||
|
||||
export default nextConfig;
|
||||
|
||||
Reference in New Issue
Block a user