Skip to content

环境变量

添加到日志名称的前缀。默认:server.log.

¥A prefix that’s added to the name of the log. Default: server.log.

守护进程日志将保存到的目录。

¥The directory where the Daemon logs will be saved.

配置文件的路径

¥A path to the configuration file

覆盖正在使用的 Biome 二进制文件。例如,这允许你使用系统范围的 Biome 二进制文件。

¥Overrides the Biome binary being used. This allows you, for example, to use a system-wide Biome binary.

如果你没有定义此变量,Biome 将自动检测适合你平台的正确二进制文件。

¥If you don’t define this variable, Biome will automatically detect the correct binary for your platform.

# Nix derivation example; the binary path comes from "${pkgs.biome}/bin/biome"
BIOME_BINARY=/nix/store/68fyfw1hidsqkal1839whi3nzgvqv4pa-biome-1.0.0/bin/biome npx @biomejs/biome format .