penpot/frontend/scripts/build-app-assets.js
2025-05-05 09:45:59 +02:00

8 lines
199 B
JavaScript

import * as h from "./_helpers.js";
await h.compileStyles();
await h.copyAssets();
await h.copyWasmPlayground();
await h.compileSvgSprites();
await h.compileTemplates();
await h.compilePolyfills();