chore(deps): update @nuxt/module-builder (#3799)

Co-authored-by: Daniel Roe <daniel@roe.dev>
This commit is contained in:
Benjamin Canac
2025-04-05 10:42:16 +02:00
committed by GitHub
parent b3e37688d9
commit 24b54f6d9a
4 changed files with 116 additions and 429 deletions

View File

@@ -2,8 +2,6 @@ import { computed } from 'vue'
import colors from 'tailwindcss/colors'
import type { UseHeadInput } from '@unhead/vue/types'
import { defineNuxtPlugin, useAppConfig, useNuxtApp, useHead } from '#imports'
// FIXME: https://github.com/nuxt/module-builder/issues/141#issuecomment-2078248248
import type {} from '#app'
const shades = [50, 100, 200, 300, 400, 500, 600, 700, 800, 900, 950] as const