vite config: add questionnaires app

This commit is contained in:
Mira Weller
2026-03-19 13:52:28 +01:00
parent e0744951e8
commit bb43acd257

View File

@@ -14,7 +14,8 @@ export default defineConfig({
rollupOptions: { rollupOptions: {
input: { input: {
'webcheckin/main': path.resolve(__dirname, 'src/pretix/plugins/webcheckin/static/pretixplugins/webcheckin/main.ts'), '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') 'checkinrules/main': path.resolve(__dirname, 'src/pretix/static/pretixcontrol/js/ui/checkinrules/index.ts'),
'questionnaires/main': path.resolve(__dirname, 'src/pretix/static/pretixcontrol/js/ui/questionnaires/index.ts'),
}, },
} }
}, },