mirror of
https://github.com/penpot/penpot.git
synced 2026-07-04 05:15:08 +00:00
7 lines
342 B
TypeScript
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');
|