Skip to content

Commit

Permalink
Update server.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
csulit authored Oct 23, 2024
1 parent 2d304c7 commit 2ccde6c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions server.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import "jsr:@std/dotenv/load";
import { type Context, Hono } from "jsr:@hono/hono";
import { cors } from "jsr:@hono/hono/cors;
import { type Context, Hono, cors } from "jsr:@hono/hono";

import { dbPool } from "./config/postgres.ts";
import { getKvInstance, listenQueue, sendMessage } from "./config/deno-kv.ts";
Expand Down

0 comments on commit 2ccde6c

Please sign in to comment.