Cleaned up some stuff. Messing with sign in button components.

This commit is contained in:
2025-06-08 13:32:17 -05:00
parent 23efcdee80
commit 5c5e992e7d
14 changed files with 1276 additions and 3263 deletions

View File

@ -1,6 +1,5 @@
/**
* Run `build` or `dev` with `SKIP_ENV_VALIDATION` to skip env validation. This is especially useful
* for Docker builds.
/* Run `build` or `dev` with `SKIP_ENV_VALIDATION` to skip env validation.
* This is especially useful for Docker builds.
*/
import './src/env.js';
import { withSentryConfig } from '@sentry/nextjs';
@ -22,14 +21,21 @@ const config = {
bodySizeLimit: '10mb',
},
},
//turbopack: {
//rules: {
//'*.svg': {
//loaders: ['@svgr/webpack'],
//as: '*.js',
//},
//},
//},
turbopack: {
rules: {
'*.svg': {
loaders: [
{
loader: '@svgr/webpack',
options: {
icon: true,
},
},
],
as: '*.js',
},
},
},
};
const sentryConfig = {