Consolidate binary targets to galaxy-oss only

- Remove dev, integration, local, preview, and stable bin targets
- Update Cargo.toml to reflect single binary
- Fix related module references and tests
This commit is contained in:
Ryan Ward
2026-08-20 17:36:05 -05:00
parent cf1ae37369
commit 19b2c5f687
16 changed files with 309 additions and 413 deletions
+4
View File
@@ -1239,6 +1239,10 @@ pub(crate) fn initialize_app(
}
}
// Migrate state and caches out of macOS Application Support before creating
// the new home-relative data directory.
galaxy_core::paths::migrate_legacy_macos_data_dir_if_needed();
// One-time migration: give Preview its own config directory by
// symlinking contents from the shared ~/.warp location. Must run
// before ensure_galaxy_watch_roots_exist() creates the new directory.