Skip to main content

DIST_PROFILES_DIR_NAME

Constant DIST_PROFILES_DIR_NAME 

Source
pub const DIST_PROFILES_DIR_NAME: &str = ".next-profiles";
Expand description

Name of the directory at the project root where CPU profiles are written when profiling is enabled (see the --cpu-prof CLI flag). It is a fixed-name sibling of distDir, not configurable. Kept here so the bundler and the napi bindings agree on the path.