mirror of
https://github.com/willchen96/mike.git
synced 2026-07-26 23:51:08 +02:00
chore(frontend): pin turbopack.root to silence multi-lockfile warning
The repo has lockfiles at the root (Playwright harness) and in frontend/, so Next.js guesses the workspace root and warns on every dev-server start. Pin it explicitly. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
cb2306c5d6
commit
4728fd194e
1 changed files with 3 additions and 0 deletions
|
|
@ -3,6 +3,9 @@ import type { NextConfig } from "next";
|
|||
const nextConfig: NextConfig = {
|
||||
/* config options here */
|
||||
reactCompiler: true,
|
||||
turbopack: {
|
||||
root: __dirname,
|
||||
},
|
||||
async rewrites() {
|
||||
return [
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue