forked from CGM_Public/pretix_original
build all control vue components
This commit is contained in:
@@ -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')
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user