修复前端lint
Some checks failed
Dart CI / build (push) Successful in 29s
Web CI / lint-test-build (push) Successful in 1m44s
Docker Build / docker (push) Failing after 55s

This commit is contained in:
2026-04-09 22:41:43 +08:00
parent 82c4e6875b
commit e756cf8ba6

View File

@@ -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: {