turnout 0.3.0

A developer's switchyard: point local apps at any backend stand, keep servers and secrets at hand, build and deploy from any directory
1
2
3
4
// Postinstall entry: pre-downloads the binary where lifecycle scripts are
// allowed. On npm v12+ this script is skipped by default and run.js downloads
// the binary on first launch instead.
require("./download").install(() => {});