| Linux premium331.web-hosting.com 4.18.0-553.80.1.lve.el8.x86_64 #1 SMP Wed Oct 22 19:29:36 UTC 2025 x86_64 Path : /proc/self/root/home/livedhms/lmgt/node_modules/next/dist/esm/client/ |
| Current File : //proc/self/root/home/livedhms/lmgt/node_modules/next/dist/esm/client/app-next-dev.js |
// TODO-APP: hydration warning
import './app-webpack';
import { renderAppDevOverlay } from 'next/dist/compiled/next-devtools';
import { appBootstrap } from './app-bootstrap';
import { getOwnerStack } from '../next-devtools/userspace/app/errors/stitched-error';
import { isRecoverableError } from './react-client-callbacks/on-recoverable-error';
// eslint-disable-next-line @next/internal/typechecked-require
const instrumentationHooks = require('../lib/require-instrumentation-client');
appBootstrap((assetPrefix)=>{
const { hydrate } = require('./app-index');
try {
hydrate(instrumentationHooks, assetPrefix);
} finally{
const enableCacheIndicator = process.env.__NEXT_CACHE_COMPONENTS;
renderAppDevOverlay(getOwnerStack, isRecoverableError, enableCacheIndicator);
}
});
//# sourceMappingURL=app-next-dev.js.map