diff --git a/vite.config.js b/vite.config.js index 9e5ba0f5b..e0aa1e4d6 100644 --- a/vite.config.js +++ b/vite.config.js @@ -13,7 +13,7 @@ export default defineConfig({ outDir: path.resolve(__dirname, 'src/pretix/static.dist/vite/control'), rollupOptions: { input: { - // 'webcheckin/main': path.resolve(__dirname, '../plugins/webcheckin/static/pretixplugins/webcheckin/main.js'), + 'webcheckin/main': path.resolve(__dirname, 'src/pretix/plugins/webcheckin/static/pretixplugins/webcheckin/main.ts'), 'checkinrules/main': path.resolve(__dirname, 'src/pretix/static/pretixcontrol/js/ui/checkinrules/index.ts') }, }