Füge Docker- und Babel-Konfigurationen hinzu, aktualisiere Svelte- und Esbuild-Setups, erweitere Typdefinitionen und aktualisiere die README-Datei

This commit is contained in:
2025-03-27 13:52:13 +00:00
parent 77cb64b260
commit 7a6a2cbd22
16 changed files with 447 additions and 84 deletions

15
types/global.d.ts vendored
View File

@@ -41,3 +41,18 @@ interface FileField {
type: string
size: number
}
interface MedialibEntry {
id: string
// ...
}
interface ContentEntry {
id: string
// ...
}
interface ProductEntry {
id: string
// ...
}