laden von erweiterungen implementiert

This commit is contained in:
Martin Drechsel
2025-05-15 09:28:45 +02:00
parent a653111071
commit ad3aa4293a
40 changed files with 1454 additions and 784 deletions

7
app.config.ts Normal file
View File

@ -0,0 +1,7 @@
// ~/app.config.ts
export default defineAppConfig({
icon: {
mode: "css",
cssLayer: "base",
},
});