docs: finalize current picker architecture

This commit is contained in:
“Naeel”
2026-09-05 20:51:45 +03:00
parent 017bd8c354
commit 6586b5d893
7 changed files with 16 additions and 6 deletions
+3
View File
@@ -1,4 +1,7 @@
import { build } from 'esbuild';
import { rm } from 'node:fs/promises';
await rm('dist', { recursive: true, force: true });
const shared = {
entryPoints: ['upload/frontend/index.js'],