#!/usr/bin/env node const {execShell} = require("./.exec"); (async ()=>{ await execShell(['pnpm build','pnpm build:proxy']) })()