fix web ui smoke and brand assets

This commit is contained in:
hectorzhao
2026-06-30 11:13:30 +08:00
parent 0dfb2988b2
commit 9920575bba
103 changed files with 6650 additions and 135 deletions
+4 -1
View File
@@ -11,7 +11,10 @@ async function bootstrap(): Promise<void> {
AppModule,
new FastifyAdapter({
trustProxy: true,
logger: false
logger: false,
routerOptions: {
maxParamLength: 256
}
}),
{
bufferLogs: true