feat: update publish for install pkgs
This commit is contained in:
@@ -6,6 +6,9 @@ export { sequelize };
|
||||
|
||||
export const app = new App({
|
||||
serverOptions: {
|
||||
cors: {
|
||||
origin: '*', // 允许所有来源
|
||||
},
|
||||
httpType: 'https',
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user