const withRspack = require("next-rspack"); /** @type {import('next').NextConfig} */ const nextConfig = { /* config options here */ }; module.exports = withRspack(nextConfig);