diff --git a/vite.config.ts b/vite.config.ts index 861c45be..f43f05bf 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", }, },