pub const EMULATOR_PROFILE_NAME: &str = "emulator";Expand description
Name of the built-in profile that targets a local Materialize emulator.
Available without any profiles.toml or project.toml entry: it resolves
to localhost:6875 as user materialize with ProfileConfig::emulator
set, so a fresh checkout can deploy against a local emulator with zero
setup. A user-defined profile of the same name takes precedence.