pull/3699/head
Tuğçe Küçükoğlu 2023-03-02 16:59:31 +03:00
commit df6cc056a3
1 changed files with 2 additions and 1 deletions

View File

@ -63,7 +63,8 @@ const getVueApp = (props = {}, sourceType) => {
build: 'vite build',
preview: 'vite preview'
},
dependencies
dependencies,
main: 'src/App.vue'
}
},
'vite.config.js': {