Commit 7bd0b8eb6ffb143b4f341efeeb60b4e90f0e4ddf

Authored by vben
1 parent 9ee0a561

fix: build error

public/index.html renamed to index.html
vite.config.ts
@@ -64,7 +64,8 @@ const viteConfig: UserConfig = { @@ -64,7 +64,8 @@ const viteConfig: UserConfig = {
64 * `index.html` does not exist (e.g. serving vite assets from a different host) 64 * `index.html` does not exist (e.g. serving vite assets from a different host)
65 * @default 'index.html' 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 * @default '3000' 71 * @default '3000'