Skip to content

Commit

Permalink
Remove hot dts export
Browse files Browse the repository at this point in the history
  • Loading branch information
ije committed Mar 27, 2024
1 parent 1cabd42 commit 047bccf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/embed/hot.ts
Expand Up @@ -5,7 +5,6 @@
/// <reference lib="webworker" />

import type { ArchiveEntry, FireOptions, Hot, Plugin } from "./types/hot.d.ts";
export type * from "./types/hot.d.ts";

const doc: Document | undefined = globalThis.document;
const kHot = "esm.sh/hot";
Expand Down

0 comments on commit 047bccf

Please sign in to comment.