mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-05-03 06:00:09 +00:00
some important housekeeping, crushed all build errors
This commit is contained in:
parent
51dd5ec9dd
commit
75585fd97d
12 changed files with 114 additions and 202 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue