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
4 lines
89 B
TypeScript
4 lines
89 B
TypeScript
export * from './runtime';
|
|
export * from './apis/index';
|
|
export * from './models/index';
|