Integrate React frontend with backend API

This commit is contained in:
Koha9
2025-11-28 03:00:02 +09:00
parent 4c6af7115e
commit 8d358a1de2
14 changed files with 2608 additions and 150 deletions
+6 -3
View File
@@ -2,7 +2,10 @@
"theme": "auto",
"token": "",
"server_url": "",
"server_port": "",
"server_scheme": "",
"path_rules": []
"server_port": "32400",
"server_scheme": "https",
"library_name": "",
"path_rules": [],
"local_playlist_dir": "playlist",
"sync_strategy": "LOCAL_OVERWRITE"
}