Commit 7bd0b8eb6ffb143b4f341efeeb60b4e90f0e4ddf
1 parent
9ee0a561
fix: build error
Showing
2 changed files
with
2 additions
and
1 deletions
public/index.html renamed to index.html
vite.config.ts
... | ... | @@ -64,7 +64,8 @@ const viteConfig: UserConfig = { |
64 | 64 | * `index.html` does not exist (e.g. serving vite assets from a different host) |
65 | 65 | * @default 'index.html' |
66 | 66 | */ |
67 | - entry: 'public/index.html', | |
67 | + // TODO build error | |
68 | + // entry: './public/index.html', | |
68 | 69 | /** |
69 | 70 | * 端口号 |
70 | 71 | * @default '3000' | ... | ... |