fixed warnings
This commit is contained in:
+5
-2
@@ -2,11 +2,14 @@ const withMDX = require('@next/mdx')()
|
||||
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
sassOptions: {
|
||||
includePaths: ['*'],
|
||||
},
|
||||
pageExtensions: ['js', 'jsx', 'mdx', 'ts', 'tsx'],
|
||||
experimental: {
|
||||
pageExtensions: ['js', 'jsx', 'mdx', 'ts', 'tsx'],
|
||||
serverComponentsExternalPackages: ['sequelize', 'sequelize-typescript', 'bcrypt', '@sequelize/core', '@/app/lib/api/error'],
|
||||
serverActions: {
|
||||
|
||||
allowedOrigins: ['localhost', 'localhost:3000']
|
||||
},
|
||||
},
|
||||
webpack: (config) => {
|
||||
|
||||
Reference in New Issue
Block a user