some important housekeeping, crushed all build errors

This commit is contained in:
Dhravya 2024-06-23 20:45:05 -05:00
parent 51dd5ec9dd
commit 75585fd97d
12 changed files with 114 additions and 202 deletions

View file

@ -5,6 +5,9 @@ import { setupDevPlatform } from "@cloudflare/next-on-pages/next-dev";
const nextConfig = {
transpilePackages: ["@repo/ui"],
reactStrictMode: false,
env: {
TELEGRAM_BOT_TOKEN: process.env.TELEGRAM_BOT_TOKEN,
},
};
export default MillionLint.next({
rsc: true,