feat: update publish for install pkgs

This commit is contained in:
2025-03-06 19:42:53 +08:00
parent e525833fc8
commit 9f5b3a61c0
3 changed files with 10 additions and 5 deletions

View File

@@ -6,6 +6,9 @@ export { sequelize };
export const app = new App({
serverOptions: {
cors: {
origin: '*', // 允许所有来源
},
httpType: 'https',
},
});