astro/packages/integrations/deno/src/__deno_imports.ts

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
262 B
TypeScript
Raw Normal View History

// This file is a shim for any Deno-specific imports!
// It will be replaced in the final Deno build.
//
// This allows us to prerender pages in Node.
export class Server {
listenAndServe() {}
}
export function serveFile() {}
export function fromFileUrl() {}