skalara-core/next.config.js
Christopher Arraya 788b952127 initial commit
2023-11-18 21:09:24 -05:00

9 lines
142 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
compiler: {
styledComponents: true,
},
};
module.exports = nextConfig;