/** @type {import('next').NextConfig} */ const nextConfig = { transpilePackages: ["@streamclipper/db"], }; module.exports = nextConfig;