Scope Servo live runtimes by profile

This commit is contained in:
2026-05-13 02:07:01 -04:00
parent 05ce4afba4
commit e7b62e2daf
3 changed files with 298 additions and 78 deletions
@@ -31,7 +31,7 @@ pub(crate) fn transient_profile_data_dir(
)))
}
#[derive(Clone, Copy, Debug, Eq, PartialEq)]
#[derive(Clone, Copy, Debug, Eq, Ord, PartialEq, PartialOrd)]
pub(crate) enum ProfileDataMode {
Persistent,
Transient,