UNPKG

@api.global/typedserver

Version:

A TypeScript-based project for easy serving of static files with support for live reloading, compression, and typed requests.

14 lines (11 loc) 533 B
// SW-Dash: Service Worker Dashboard // Entry point for the Lit-based dashboard application // Import the main app component (which imports all others) import './sw-dash-app.js'; // Export components for external use if needed export { SwDashApp } from './sw-dash-app.js'; export { SwDashOverview } from './sw-dash-overview.js'; export { SwDashTable } from './sw-dash-table.js'; export { SwDashUrls } from './sw-dash-urls.js'; export { SwDashDomains } from './sw-dash-domains.js'; export { SwDashTypes } from './sw-dash-types.js';