3de82e3b9b
Drop ?v=N version pins from all JS imports and HTML <link>/<script> tags. Cache invalidation is now handled solely by server-side cache-control headers. Update docs and AGENTS.md accordingly.
5 lines
122 B
JavaScript
5 lines
122 B
JavaScript
import htm from '../../vendor/htm.js';
|
|
import { htmAdapter } from './vdom.js';
|
|
|
|
export const html = htm.bind(htmAdapter);
|