remove old version bump

This commit is contained in:
2024-09-23 09:35:36 +08:00
parent 63df5ba800
commit e828a4c084
4 changed files with 66 additions and 102 deletions

View File

@@ -8,7 +8,7 @@ export const emit = (channel: string, message: string) => {
redisPublisher.publish(channel, message);
};
export const app = new App({
export const app = new App<{ import: any, emit: typeof emit }>({
serverOptions: {
cors: {
origin: '*',