I am trying to get Astro (vite) to properly respect symlinks (vite.resolve.preserveSymlinks = true) so I can symlink my astro.config.mjs into the build directory.
Is there a way to do this? Perhaps undocumented? I am thinking environment variable but can't make sense of the Astro docs on this, and not sure if vite ones are applied?