Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 593 Bytes

File metadata and controls

17 lines (12 loc) · 593 Bytes

Contributing

Running the tests

NOTE: Running the tests creates actual sandboxes.

  1. Install direnv
  2. Hook direnv into your shell
  3. vc link to a project that you want to use for experimentation.
  4. vc env pull so you get an .env.local with a VERCEL_OIDC_TOKEN
  5. cd packages/sandbox && pnpm test

Sandbox images

The Dockerfiles for the vercel/sandbox/* images live in images/. See the images README for the full list of images and how to build them.