update, use json database replace pglite, for sync

This commit is contained in:
duanfuxiang
2025-04-24 16:08:44 +08:00
parent 10970a8803
commit 96b9fcef3b
20 changed files with 863 additions and 229 deletions

View File

@@ -0,0 +1,4 @@
export const ROOT_DIR = '.infio_json_db'
export const TEMPLATE_DIR = 'templates'
export const CHAT_DIR = 'chats'
export const INITIAL_MIGRATION_MARKER = '.initial_migration_completed'