Commit 7bd0b8eb authored by vben's avatar vben

fix: build error

parent 9ee0a561
...@@ -64,7 +64,8 @@ const viteConfig: UserConfig = { ...@@ -64,7 +64,8 @@ const viteConfig: UserConfig = {
* `index.html` does not exist (e.g. serving vite assets from a different host) * `index.html` does not exist (e.g. serving vite assets from a different host)
* @default 'index.html' * @default 'index.html'
*/ */
entry: 'public/index.html', // TODO build error
// entry: './public/index.html',
/** /**
* 端口号 * 端口号
* @default '3000' * @default '3000'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment