https://github.com/tootallnate/deno-build-script
https://github.com/tootallnate/deno-build-script
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tootallnate/deno-build-script
- Owner: TooTallNate
- Created: 2022-04-21T21:03:19.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-22T01:37:04.000Z (about 3 years ago)
- Last Synced: 2025-03-17T11:52:50.799Z (4 months ago)
- Language: Shell
- Homepage:
- Size: 1.95 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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
```