修复前端lint
This commit is contained in:
@@ -7,7 +7,7 @@ const config = {
|
|||||||
adapter: adapter({
|
adapter: adapter({
|
||||||
// 前端服务端口,通过环境变量配置
|
// 前端服务端口,通过环境变量配置
|
||||||
env: { port: process.env.PORT ?? '3000', host: process.env.HOST ?? '0.0.0.0' },
|
env: { port: process.env.PORT ?? '3000', host: process.env.HOST ?? '0.0.0.0' },
|
||||||
fallback: "index.html"
|
fallback: 'index.html'
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
vitePlugin: {
|
vitePlugin: {
|
||||||
|
|||||||
Reference in New Issue
Block a user