File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 99logs
1010node_modules
1111temp
12- . generated
12+ generated
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import config from '../uno.config'
1414const SRC_DIR = fileURLToPath ( new URL ( '../src' , import . meta. url ) )
1515const GLOBS = [ 'components/**/*.vue' ]
1616const USER_STYLE = join ( SRC_DIR , 'style.css' )
17- const GENERATED_CSS = join ( SRC_DIR , '. generated/css.ts' )
17+ const GENERATED_CSS = join ( SRC_DIR , 'generated/css.ts' )
1818const MINIFY = true
1919
2020export async function buildCSS ( ) {
Original file line number Diff line number Diff line change 11import { defineCustomElement } from 'vue'
22
33import Component from '@/components/UcanInspector.vue'
4- import css from '../. generated/css'
4+ import css from '../generated/css'
55
66/**
77 * Custom element definition for the inspector.
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ declare module '*.vue' {
55 export default component
66}
77
8- declare module '*/. generated/css' {
8+ declare module '*/generated/css' {
99 const css : string
1010 export default css
1111}
You can’t perform that action at this time.
0 commit comments