mirror of
https://github.com/SkalaraAI/skalara-core.git
synced 2025-04-03 20:20:18 -04:00
9 lines
142 B
JavaScript
9 lines
142 B
JavaScript
/** @type {import('next').NextConfig} */
|
|
const nextConfig = {
|
|
compiler: {
|
|
styledComponents: true,
|
|
},
|
|
};
|
|
|
|
module.exports = nextConfig;
|