Refactor imports and remove debug logs; add MediaDetailView and MediaListView components with status configuration

This commit is contained in:
Lars Behrends
2026-01-21 22:52:57 +01:00
parent 4853b860fc
commit 68930f15f2
12 changed files with 605 additions and 34 deletions

View File

@@ -15,7 +15,7 @@ export default defineConfig({
}
},
build: {
outDir: '../public/react',
outDir: '../public/dist',
emptyOutDir: true
}
})