Browse Source

fix: build error

pull/117/head
vben 5 years ago
parent
commit
7bd0b8eb6f
  1. 0
      index.html
  2. 3
      vite.config.ts

0
public/index.html → index.html

3
vite.config.ts

@ -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'

Loading…
Cancel
Save