We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9728500 commit bc86bdaCopy full SHA for bc86bda
lib/pkg.ts
@@ -5,7 +5,7 @@ import type { Data } from './types';
5
6
let app: Hono;
7
8
-export const init = async (conf: ConfigEnv) => {
+export const init = async (conf?: ConfigEnv) => {
9
setConfig(
10
Object.assign(
11
{
0 commit comments