Files
penpot/frontend/scripts/build-app-assets.js
2025-12-03 16:44:37 +01:00

10 lines
230 B
JavaScript

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