🔧 build: 更新依赖

This commit is contained in:
底层用户
2025-10-13 09:43:34 +08:00
parent 8187b09fcb
commit ecadf6ade7
8 changed files with 659 additions and 1214 deletions

View File

@@ -11,8 +11,10 @@ import log from "../main/logger";
const initAppServer = async () => {
try {
const server = fastify({
// 忽略尾随斜杠
ignoreTrailingSlash: true,
routerOptions: {
// 忽略尾随斜杠
ignoreTrailingSlash: true,
},
});
// 注册插件
server.register(fastifyCookie);