mirror of
https://github.com/bitwarden/cli
synced 2026-01-16 23:03:13 +00:00
Feature/put serve behind feature flag (#455)
* Add build-time feature flag capabilities * Toggle `bw serve` command with `serve` flag * Run linter and prettier
This commit is contained in:
5
src/flags.ts
Normal file
5
src/flags.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export type Flags = {
|
||||
serve?: boolean;
|
||||
};
|
||||
|
||||
export type FlagName = keyof Flags;
|
||||
Reference in New Issue
Block a user