Revert "chore: move to tsup"

This reverts commit 65a6aa5fda.
This commit is contained in:
Benjamin Canac
2021-11-24 16:13:44 +01:00
parent b2690d9d3f
commit 457f5c4215
35 changed files with 16 additions and 132 deletions

6
src/runtime/plugin.ts Normal file
View File

@@ -0,0 +1,6 @@
import { useDark } from '@vueuse/core'
import { defineNuxtPlugin } from '#app'
export default defineNuxtPlugin(() => {
useDark()
})