How can I expose ports from sandbox?vercel/sandbox
Correct! The `source` option only **seeds the filesystem** with the contents of the repo (or tarball). It does **not** run any install scripts, build steps, or anything else automatically.
You can ...