diff --git a/vite.config.ts b/vite.config.ts index 861c45bea19c5129c68ae6b390bec688c2bd1982..f43f05bf1870ce38c57a5acd8ed292fc0ddec279 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -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", }, },