From 7389226c38835bdf9b13de2a9bd5ec7e6e909266 Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Mon, 16 Jan 2023 12:42:48 +0100 Subject: [PATCH] chore: more strict auto import --- nuxt.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuxt.config.ts b/nuxt.config.ts index d0bb12de..76ae2f5b 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -61,7 +61,7 @@ export default defineNuxtConfig({ './composables/masto', './composables/push-notifications', './composables/settings', - './composables/tiptap', + './composables/tiptap/index.ts', ], }, vite: {