refactor: simplify next.config.mjs by removing experimental block for serverExternalPackages
This commit is contained in:
@@ -2,10 +2,8 @@
|
|||||||
const nextConfig = {
|
const nextConfig = {
|
||||||
// Ensure the app works properly in Docker
|
// Ensure the app works properly in Docker
|
||||||
output: "standalone",
|
output: "standalone",
|
||||||
experimental: {
|
|
||||||
// This helps with hot reloading in Docker
|
// This helps with hot reloading in Docker
|
||||||
serverComponentsExternalPackages: ["better-sqlite3"],
|
serverExternalPackages: ["better-sqlite3"],
|
||||||
},
|
|
||||||
};
|
};
|
||||||
|
|
||||||
export default nextConfig;
|
export default nextConfig;
|
||||||
|
|||||||
Reference in New Issue
Block a user