Skip to content

Commit

Permalink
chore: add bunfig
Browse files Browse the repository at this point in the history
chore: wip
  • Loading branch information
chrisbbreuer committed Dec 24, 2024
1 parent 65464d2 commit d46942c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .vscode/dictionary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ antfu
biomejs
booleanish
bumpp
bunfig
bunx
certutil
changelogen
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@
"@types/bun": "^1.1.14",
"@types/node-forge": "^1.3.11",
"@vite-pwa/vitepress": "^0.5.3",
"bun-config": "^0.3.2",
"bun-plugin-dtsx": "^0.21.9",
"bunfig": "^0.4.0",
"cac": "^6.7.14",
"consola": "^3.2.3",
"node-forge": "^1.3.1",
Expand Down
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type { TlsConfig } from './types'
import os from 'node:os'
import path from 'node:path'
import { loadConfig } from 'bun-config'
import { loadConfig } from 'bunfig'

export const defaultConfig: TlsConfig = {
altNameIPs: ['127.0.0.1'],
Expand Down

0 comments on commit d46942c

Please sign in to comment.