Skip to content

Commit e7678aa

Browse files
committed
Update comments
1 parent 36fd2cb commit e7678aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export type PeraOptions<
1919
rootId?: string;
2020
/** Whether to enable hot module replacement. (Default: true) */
2121
hmr?: boolean;
22-
/** The API endpoints to expose to the client. (Default: {}) */
22+
/** The function to register the API endpoints. (Default: undefined) */
2323
api?: (app: Hono) => void | Promise<void>;
2424
/** The signal to abort the server. (Default: undefined) */
2525
signal?: AbortSignal;

0 commit comments

Comments
 (0)