penpot/plugins/apps/plugin-api-test-suite/vite.config.headless.ts
2026-06-30 14:01:38 +02:00

7 lines
342 B
TypeScript

import { iifeConfig } from './vite.config.iife';
// Builds the CI test entry as a single self-executing (IIFE) bundle, evaluated
// inside the Penpot plugin sandbox via `globalThis.ɵloadPlugin({ code })` by the
// CI runner. See vite.config.iife.ts for the shared bundle config.
export default iifeConfig('headless', 'src/ci/headless.ts');