honk: Add a comment near the top of the main entry file (after any shebang and
Co-Authored-By: Honk <honk@agiliton.eu>
This commit is contained in:
@@ -24,6 +24,8 @@ import { compressGrep } from "./compressors/grep.js";
|
|||||||
import { compressGlob } from "./compressors/glob.js";
|
import { compressGlob } from "./compressors/glob.js";
|
||||||
import { logTelemetry, calculateCompressionRatio } from "./telemetry.js";
|
import { logTelemetry, calculateCompressionRatio } from "./telemetry.js";
|
||||||
|
|
||||||
|
// Honk-managed: fleet verification v1
|
||||||
|
|
||||||
// Configuration from environment
|
// Configuration from environment
|
||||||
const COMPRESSION_LEVEL = process.env.COMPRESSION_LEVEL || "medium";
|
const COMPRESSION_LEVEL = process.env.COMPRESSION_LEVEL || "medium";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user