feat: wire health workspace pages
This commit is contained in:
@@ -2,6 +2,9 @@ import type { NextConfig } from "next";
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
outputFileTracingRoot: process.cwd(),
|
||||
experimental: {
|
||||
devtoolSegmentExplorer: false,
|
||||
},
|
||||
webpack(config, { dev }) {
|
||||
if (dev) {
|
||||
config.watchOptions = {
|
||||
|
||||
Reference in New Issue
Block a user