mirror of
https://code.castopod.org/adaures/castopod
synced 2025-04-19 13:01:19 +00:00
fix: add admin-audio-player to vite config to have admin player show up
This commit is contained in:
parent
7f7c878cb6
commit
93cb9b2470
@ -13,14 +13,15 @@ export default defineConfig({
|
||||
sourcemap: true,
|
||||
rollupOptions: {
|
||||
input: {
|
||||
"podcast.ts": "js/podcast.ts",
|
||||
"install.ts": "js/install.ts",
|
||||
"app.ts": "js/app.ts",
|
||||
"admin-audio-player.ts": "js/admin-audio-player.ts",
|
||||
"admin.ts": "js/admin.ts",
|
||||
"charts.ts": "js/charts.ts",
|
||||
"map.ts": "js/map.ts",
|
||||
"app.ts": "js/app.ts",
|
||||
"audio-player.ts": "js/audio-player.ts",
|
||||
"charts.ts": "js/charts.ts",
|
||||
"embed.ts": "js/embed.ts",
|
||||
"install.ts": "js/install.ts",
|
||||
"map.ts": "js/map.ts",
|
||||
"podcast.ts": "js/podcast.ts",
|
||||
"styles/index.css": "styles/index.css",
|
||||
},
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user