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 9c9d5c6 commit 9f8194cCopy full SHA for 9f8194c
src/index.ts
@@ -43,7 +43,7 @@ async function generateHTTPSConfig(configPath: string) {
43
44
export async function runHTK(options: {
45
configPath?: string
46
-}) {
+} = {}) {
47
const configPath = options.configPath || envPaths('httptoolkit', { suffix: '' }).config;
48
49
await ensureDirectoryExists(configPath);
0 commit comments