diff --git a/vite.config.ts b/vite.config.ts index 787c596..1eaba39 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -15,6 +15,7 @@ export default defineConfig(() => { r('src', 'index.html'), r('src', 'sandbox.html'), __DEV__ && r('src', 'embed.html'), + r('src', 'embed.js'), ].filter(Boolean); return {