Skip to content

Commit 90bfa9a

Browse files
authored
wip: test docker
1 parent c37e82f commit 90bfa9a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

frontend/types/global/components.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ declare module 'vue' {
127127
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
128128
VFooter: typeof import('vuetify/components')['VFooter']
129129
VForm: typeof import('vuetify/components')['VForm']
130-
VIcon: typeof import('vuetify/components')['VIcon']
131130
VItemGroup: typeof import('vuetify/components')['VItemGroup']
132131
VList: typeof import('vuetify/components')['VList']
133132
VListItem: typeof import('vuetify/components')['VListItem']

frontend/vite.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ export default defineConfig({
7373
/**
7474
* See main.ts for an explanation of this target
7575
*/
76+
minify: false,
7677
target: 'esnext',
7778
cssCodeSplit: true,
7879
cssMinify: 'lightningcss',

0 commit comments

Comments
 (0)