Skip to content

Commit

Permalink
chore: dedupe lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Jan 22, 2024
1 parent 95565c7 commit e91051f
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 162 deletions.
10 changes: 9 additions & 1 deletion playground/nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
export default defineNuxtConfig({
import { addComponent } from "../packages/kit/src"

export default defineNuxtConfig({
modules: [
function () {
addComponent({

})
}
]
})
Loading

0 comments on commit e91051f

Please sign in to comment.