Add UI for multi-library management #59 (#63)

* feat: add ui for library source management

* fix: lint
This commit is contained in:
DecDuck
2025-06-01 18:33:42 +10:00
committed by GitHub
parent 40e66def1e
commit 2056871dc9
12 changed files with 625 additions and 15 deletions

View File

@ -7,7 +7,7 @@ import { FilesystemProvider } from "../internal/library/filesystem";
import libraryManager from "../internal/library";
import path from "path";
const libraryConstructors: {
export const libraryConstructors: {
[key in LibraryBackend]: (
value: JsonValue,
id: string,