Global/local chat history store in localstorage (#2428)

This commit is contained in:
Zane
2025-05-05 09:05:05 -07:00
committed by GitHub
parent ab870e9b70
commit 6c0f8d648f
5 changed files with 203 additions and 72 deletions
+1 -2
View File
@@ -30,8 +30,7 @@
"format": "prettier --write \"src/**/*.{ts,tsx,css,json}\"",
"format:check": "prettier --check \"src/**/*.{ts,tsx,css,json}\"",
"prepare": "cd ../.. && husky install",
"start-alpha-gui": "ALPHA=true npm run start-gui",
"start-alpha-server": "cd ../.. && just run-ui-alpha"
"start-alpha-gui": "ALPHA=true npm run start-gui"
},
"devDependencies": {
"@electron-forge/cli": "^7.5.0",