# deno-build-script **Repository Path**: mirrors_TooTallNate/deno-build-script ## Basic Information - **Project Name**: deno-build-script - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-04-23 - **Last Updated**: 2026-07-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Example of using a build script written in Deno to output Vercel Build Output API v3. To create a deployment from source code: ```bash $ vercel deploy -b ENABLE_VC_BUILD=1 ``` To create a deployment locally: ```bash $ vercel build # `.vercel/output` directory is created $ vercel deploy --prebuilt ```