UNPKG

@push.rocks/smartntml

Version:

Provides lit-html rendering capabilities for backend applications.

10 lines (7 loc) 236 B
// happy-dom setup // first lets setup indexeddb import 'fake-indexeddb/auto'; // @ts-nocheck import { GlobalRegistrator } from '@happy-dom/global-registrator'; GlobalRegistrator.register(); window.location.href = 'http://localhost';