mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-20 16:02:19 +00:00
7 lines
164 B
TypeScript
7 lines
164 B
TypeScript
/**
|
|
* Shared constants used across the CLI.
|
|
* This file should have minimal imports to avoid circular dependencies.
|
|
*/
|
|
|
|
export const WM_FORK_PREFIX = "wm-fork";
|