Initial WallMuse project
This commit is contained in:
9
apps/web/next.config.mjs
Executable file
9
apps/web/next.config.mjs
Executable file
@@ -0,0 +1,9 @@
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
transpilePackages: ["@wallmuse/api-client", "@wallmuse/shared", "@wallmuse/ui-tokens"],
|
||||
experimental: {
|
||||
optimizePackageImports: ["lucide-react"]
|
||||
}
|
||||
};
|
||||
|
||||
export default nextConfig;
|
||||
Reference in New Issue
Block a user