0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-02-24 22:46:02 -05:00
astro/packages/integrations/deno/src/__deno_imports.ts
2023-02-17 18:21:11 +00:00

10 lines
261 B
TypeScript

// 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() {}