From c850a35235bff4a22917b2bd62c1e9a4a0953256 Mon Sep 17 00:00:00 2001 From: rash Date: Mon, 16 Mar 2026 09:57:21 +0100 Subject: [PATCH] build all control vue components --- vite.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') }, }