Skip to content

Commit

Permalink
add bun as default for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
valgaze committed Jun 4, 2024
1 parent 983d3bf commit e0ec532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/new.md
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ const store = useCustomStore()

const type = ref(1)
// const runTimeChoice = ref('bun')
const runTimeChoice = ref('node')
const runTimeChoice = ref('bun')

const switchToNode = () => {
runTimeChoice.value = 'node'
Expand Down

0 comments on commit e0ec532

Please sign in to comment.