mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-06 06:37:02 +02:00
* removes dist from api-client gitignore * ignores api-client/dist directory for eslint and prettier * builds api client
5 lines
117 B
TypeScript
5 lines
117 B
TypeScript
export * from './AuthApi';
|
|
export * from './IdentityApi';
|
|
export * from './SecretsApi';
|
|
export * from './SystemApi';
|