/** @type {import('next').NextConfig} */ const config = { transpilePackages: ["@codeboard/shared"], output: "standalone", }; export default config;