Skip to content

Commit

Permalink
fix: build error
Browse files Browse the repository at this point in the history
  • Loading branch information
anncwb committed Oct 26, 2020
1 parent 9ee0a56 commit 7bd0b8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
File renamed without changes.
3 changes: 2 additions & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 7bd0b8e

Please sign in to comment.