pub fn write_web_source_to(
destination: impl AsRef<Path>,
overwrite: bool,
) -> Result<()>Expand description
Copy the bundled editable Aurora frontend source into destination.
The bundle is intended for scaffolding a derived app’s apps/web directory.
It contains source/config files only: no node_modules, .next, out, or
TypeScript build cache artifacts.