chore: :nooo:

This commit is contained in:
2025-02-22 20:58:10 +01:00
parent 220fa085c1
commit 60f925725f
2 changed files with 3 additions and 5 deletions

View File

@@ -9,6 +9,7 @@ out
*.swp
# Ignore local environment files
.env
.env.local
.env.development.local
.env.test.local

View File

@@ -1,9 +1,5 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
webpack: (config) => {
config.externals.push('@node-rs/argon2');
return config;
},
images: {
remotePatterns: [
{
@@ -13,7 +9,8 @@ const nextConfig = {
hostname: 'secure.gravatar.com',
}
]
}
},
transpilePackages: ['livekit-server-sdk']
};
export default nextConfig;