feat: wire health workspace pages

This commit is contained in:
2026-07-03 02:04:52 -07:00
parent 8af60c2d2a
commit 0bc296a8ee
17 changed files with 125 additions and 99 deletions

View File

@@ -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 = {