mirror of
https://github.com/randyjc/Rahoot.git
synced 2026-03-13 20:15:35 +01:00
11 lines
218 B
JavaScript
11 lines
218 B
JavaScript
const nextConfig = {
|
|
output: "standalone",
|
|
productionBrowserSourceMaps: false,
|
|
transpilePackages: ["packages/*", "@t3-oss/env-nextjs"],
|
|
eslint: {
|
|
ignoreDuringBuilds: true,
|
|
},
|
|
}
|
|
|
|
export default nextConfig
|