summaryrefslogtreecommitdiff
path: root/packages/integrations/deno/src/__deno_imports.ts
blob: 710cd69f662b155e6e6401d9395ec459b671f8dd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
// 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() {}