Skip to content

Commit

Permalink
🌹
Browse files Browse the repository at this point in the history
  • Loading branch information
manucorporat committed Jul 3, 2023
1 parent 4692e0d commit 1547f02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom-src/entry.deno.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import qwikCityPlan from "@qwik-city-plan";
import { manifest } from "@qwik-client-manifest";
import render from "./entry.ssr";
// @ts-ignore
import { serve } from "https://deno.land/std@0.119.0/http/server.ts";
import { serve } from "https://deno.land/std@0.192.0/http/server.ts";

// Create the Qwik City Deno middleware
const { router, notFound, staticFile } = createQwikCity({
Expand Down

0 comments on commit 1547f02

Please sign in to comment.