v1 softlaunch
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
import type { NextConfig } from "next";
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
/* config options here */
|
||||
// Quiet the "multiple lockfiles" warning from Next 16 by pinning the root.
|
||||
// See https://nextjs.org/docs/app/api-reference/config/next-config-js/turbopack#root-directory
|
||||
turbopack: {
|
||||
root: __dirname,
|
||||
},
|
||||
};
|
||||
|
||||
export default nextConfig;
|
||||
|
||||
Reference in New Issue
Block a user