Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Commit

Permalink
fix: release
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim committed Jun 17, 2024
1 parent 2db1c54 commit d13084f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/app-server-sdk/framework/hono.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { AppServer } from "../app";
import { AppServer } from "../app.ts";
import type { Context } from "../context-resolver.ts";
import type { ShopInterface, ShopRepositoryInterface } from "../repository";
import type { ShopInterface, ShopRepositoryInterface } from "../repository.ts";

interface MiddlewareConfig {
appName: string;
Expand Down
3 changes: 2 additions & 1 deletion packages/app-server-sdk/jsr.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
".": "./mod.ts",
"./service/cloudflare-workers": "./service/cloudflare.ts",
"./service/deno": "./service/deno.ts",
"./framework/express": "./framework/express.ts"
"./framework/express": "./framework/express.ts",
"./framework/hono": "./framework/hono.ts"
}
}

0 comments on commit d13084f

Please sign in to comment.