chore: upgrade next, react-email and better-auth (#278)

* feat: upgrade next and react-email

* chore: upgrade better-auth
This commit is contained in:
Henry
2025-12-10 20:34:10 +00:00
committed by GitHub
parent 94760f1e4c
commit 36675604f9
15 changed files with 1367 additions and 1041 deletions

View File

@@ -75,12 +75,13 @@ const config = {
return patterns;
})(),
},
webpack(config) {
config.module.rules.push({
test: /\.svg$/,
use: ["@svgr/webpack"],
});
return config;
turbopack: {
rules: {
"*.svg": {
loaders: ["@svgr/webpack"],
as: "*.js",
},
},
},
experimental: {
// instrumentationHook: true,