botstore - hmr

This commit is contained in:
Matthias 2024-07-04 13:01:40 +02:00
parent bba00cd918
commit 739c79faf3

View File

@ -1166,5 +1166,9 @@ export function createBotSubStore(botId: string, botName: string) {
},
});
if (import.meta.hot) {
import.meta.hot.accept(acceptHMRUpdate(useBotStore, import.meta.hot));
}
return useBotStore();
}