Skip to content

Commit

Permalink
chore: update bunfig & use text lock file
Browse files Browse the repository at this point in the history
chore: wip
  • Loading branch information
chrisbbreuer committed Dec 24, 2024
1 parent 7728788 commit e965db5
Show file tree
Hide file tree
Showing 6 changed files with 1,782 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .vscode/dictionary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ antfu
biomejs
booleanish
bumpp
bunfig
bunx
changelogen
changelogithub
Expand All @@ -18,6 +19,8 @@ entrypoints
findstr
heroicons
HSTS
iconify
localtunnels
lockb
mkcert
nosniff
Expand All @@ -31,11 +34,14 @@ postcompile
prefetch
preinstall
proxied
shikijs
socio
Solana
stacksjs
tlsx
twoslash
typecheck
unocss
unplugin
unref
upath
Expand Down
1,773 changes: 1,773 additions & 0 deletions bun.lock

Large diffs are not rendered by default.

Binary file removed bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@
"@types/bun": "^1.1.14",
"@vite-pwa/vitepress": "^0.5.3",
"aws-cdk": "^2.172.0",
"bun-config": "^0.3.2",
"bun-plugin-dtsx": "^0.21.9",
"bunfig": "^0.4.0",
"typescript": "^5.7.2",
"unocss": "0.61.0",
"unplugin-icons": "^0.22.0",
Expand Down
2 changes: 1 addition & 1 deletion pkgx.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
dependencies:
bun.sh: ^1.1.38
bun.sh: ^1.1.42
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { TunnelOptions } from './types'
import { loadConfig } from 'bun-config'
import { loadConfig } from 'bunfig'

export const defaultConfig: TunnelOptions = {
verbose: true,
Expand Down

0 comments on commit e965db5

Please sign in to comment.