Skip to content

Commit bc86bda

Browse files
committed
fix(package): allow empty conf
1 parent 9728500 commit bc86bda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/pkg.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import type { Data } from './types';
55

66
let app: Hono;
77

8-
export const init = async (conf: ConfigEnv) => {
8+
export const init = async (conf?: ConfigEnv) => {
99
setConfig(
1010
Object.assign(
1111
{

0 commit comments

Comments
 (0)