55d59112ad
BINCIO_DATA_DIR is already set in the build env, so manifest.ts reads the data root directly at build time without needing public/data. Moving _link_data() into the serve-only branch prevents Astro from following the symlink and copying the full data dir into dist/. Any leftover symlink from a previous dev session is removed before build. Dev mode is unchanged.