projects/deliberation_at_scale/packages/frontend/next.config.js (9 lines of code) (raw):
/** @type {import('next').NextConfig} */
const nextConfig = {
experimental: {
serverActions: true,
swcPlugins: [
["@lingui/swc-plugin", {}]
]
},
};
module.exports = nextConfig;