mirror of
https://github.com/arthur-pbty/arthurp.git
synced 2026-06-12 15:55:33 +02:00
Initial commit: monorepo setup with apps, packages, services
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import type { NextConfig } from "next";
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
turbopack: {
|
||||
root: '../../', // chemin vers la racine du monorepo
|
||||
},
|
||||
};
|
||||
|
||||
export default nextConfig;
|
||||
Reference in New Issue
Block a user