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