Main added to package.json for codesandbox-blitz

pull/3699/head
Bahadır Sofuoğlu 2023-03-02 16:49:29 +03:00
parent b947ea10b9
commit 52c53a01ac
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': {