khronoz's picture
V.0.1.0 (#3)
caae15f unverified
raw
history blame
333 Bytes
/** @type {import('next').NextConfig} */
const nextConfig = {
// experimental: {
// serverComponentsExternalPackages: ["llamaindex"],
// },
compiler: {
// Enables the styled-components SWC transform
styledComponents: true
},
publicRuntimeConfig: {
serverActions: true,
},
};
module.exports = nextConfig;