Skip to content

Commit

Permalink
Add Hono import and update tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dvque committed Feb 3, 2024
1 parent ede28d3 commit 2ecf27a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/api/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { Hono } from "hono";
import { fetchUserProfile } from "../lib/fetch";

const server = Bun.serve({
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"esModuleInterop": true,
"strict": true,
"jsx": "react-jsx",
"jsxImportSource": "hono/jsx"
"jsxImportSource": "hono/jsx",
"moduleResolution": "node",
}
}

0 comments on commit 2ecf27a

Please sign in to comment.