diff --git a/packages/geek-auto-start-chat-with-boss/runtime-file-utils.mjs b/packages/geek-auto-start-chat-with-boss/runtime-file-utils.mjs index 5fbf205..311a767 100644 --- a/packages/geek-auto-start-chat-with-boss/runtime-file-utils.mjs +++ b/packages/geek-auto-start-chat-with-boss/runtime-file-utils.mjs @@ -88,7 +88,7 @@ export const storageFilePath = path.join( runtimeFolderPath, 'storage' ) -export const storageFileNameList = ['boss-cookies.json'] +export const storageFileNameList = ['boss-cookies.json', 'boss-local-storage.json'] const defaultStorageFileContentMap = { 'boss-cookies.json': JSON.stringify(defaultBossCookieStorage),