import { createAppConfig } from '@nextcloud/vite-config' export default createAppConfig({ // @nextcloud/vite-config prefixes every entry with the app id, so this // emits js/workflow_deck_automation-personal-settings.mjs 'personal-settings': 'src/main.js', }, { createEmptyCSSEntryPoints: true, config: { build: { cssCodeSplit: true, }, }, })