fix: build error

This commit is contained in:
vben 2020-10-27 01:57:39 +08:00
parent 9ee0a561ae
commit 7bd0b8eb6f
2 changed files with 2 additions and 1 deletions

View File

@ -64,7 +64,8 @@ const viteConfig: UserConfig = {
* `index.html` does not exist (e.g. serving vite assets from a different host)
* @default 'index.html'
*/
entry: 'public/index.html',
// TODO build error
// entry: './public/index.html',
/**
*
* @default '3000'