mirror of
https://github.com/Kong/insomnia.git
synced 2026-06-04 06:10:24 -04:00
Move insomnia-data models, services, database code, and common utilities into a dedicated workspace package. Update consumers to import from the new package entrypoints and declare workspace dependencies for the extracted package.
4 lines
121 B
TypeScript
4 lines
121 B
TypeScript
export * from './query-all-workspace-urls';
|
|
export * from './request-operations';
|
|
export * from './response-operations';
|