mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 12:14:41 +01:00
chore: remove unocss-include comments
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
/* @unocss-include */
|
||||
|
||||
import { defineNuxtConfig } from 'nuxt3'
|
||||
import module from '../src/module'
|
||||
|
||||
|
||||
@@ -127,7 +127,7 @@ export default defineNuxtModule<ModuleOptions>({
|
||||
|
||||
addTemplate({
|
||||
filename: 'ui.mjs',
|
||||
getContents: () => `/* @unocss-include */ export default ${JSON.stringify(ui)}`
|
||||
getContents: () => `export default ${JSON.stringify(ui)}`
|
||||
})
|
||||
|
||||
addPlugin(resolve(runtimeDir, 'plugins', 'toast.client'))
|
||||
|
||||
Reference in New Issue
Block a user