Configuring Taubyte Build Runtime

Configures the per-resource build/runtime files Taubyte runs server-side — `.taubyte/config.yaml` (image + workflow + similar metadata) and `.taubyte/build.sh` (the actual build script, where build-time environment variables also live as `export …`). Covers Go function builds (`taubyte/go-wasi:latest|v2`), website builds tailored to the actual stack (Vite `dist/`, CRA `build/`, plain static), and library builds. Use when adding/editing build scripts, declaring env vars, switching build images, or debugging "build succeeds but produces nothing" / "env var is empty in handler".

taubyte a0cc3c7 12.2 KB Updated

File contents

taubyte/skills/tree/main/skills/configuring-taubyte-build-runtime commit a0cc3c76cc

Frequently asked questions

npx skillmds@latest add taubyte/configuring-taubyte-build-runtime