Redesign marketing pages and isolate public routes from app auth.
Give the landing, legal, and sign-in flows a consistent product shell while keeping marketing pages free of tRPC/session calls, fixing dev auth URL handling, and refreshing env and deploy docs. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
+2
-2
@@ -16,11 +16,11 @@ const config = {
|
||||
experimental: {
|
||||
webpackMemoryOptimizations: true,
|
||||
},
|
||||
// Skip duplicate typecheck/eslint during Docker `next build` to lower peak memory.
|
||||
// Skip duplicate typecheck during Docker `next build` to lower peak memory.
|
||||
// Lint separately via `bun run lint` / `bun run check`.
|
||||
...(isDockerBuild
|
||||
? {
|
||||
typescript: { ignoreBuildErrors: true },
|
||||
eslint: { ignoreDuringBuilds: true },
|
||||
}
|
||||
: {}),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user