#!/usr/bin/env bun /** * `astrale-domain` bin entry. Runs under bun (native TS) so it can import the * project's `astrale.config.ts` directly — matching the `astrale` CLI. */ export {}; //# sourceMappingURL=bin.d.ts.map