Skip to content

Commit

Permalink
Ignore a .ts imort
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewp committed Apr 15, 2022
1 parent df0d64f commit 173b479
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/integrations/deno/src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import type { SSRManifest } from 'astro';
import { App } from 'astro/app';
// @ts-ignore
import { Server } from 'https://deno.land/std@0.132.0/http/server.ts';
// @ts-ignore
import { fetch } from 'https://deno.land/x/file_fetch/mod.ts';

interface Options {
Expand Down

0 comments on commit 173b479

Please sign in to comment.