UNPKG

pulse-dashboard

Version:

A Next.js Dashboard application for real-time monitoring and historical analysis of Playwright test executions. This component provides the UI for visualizing Playwright test results and can be run as a standalone CLI tool.

16 lines (15 loc) 696 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "getCustomDocumentImageError", { enumerable: true, get: function() { return getCustomDocumentImageError; } }); const _picocolors = require("../../../../../lib/picocolors"); function getCustomDocumentImageError() { return `Images ${(0, _picocolors.bold)('cannot')} be imported within ${(0, _picocolors.cyan)('pages/_document.js')}. Please move image imports that need to be displayed on every page into ${(0, _picocolors.cyan)('pages/_app.js')}.\nRead more: https://nextjs.org/docs/messages/custom-document-image-import`; } //# sourceMappingURL=messages.js.map