mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-18 16:02:10 +00:00
7 lines
225 B
TypeScript
7 lines
225 B
TypeScript
/**
|
|
* Barrel file for workspace exports used by tests.
|
|
* Re-exports key functions from the workspace command module.
|
|
*/
|
|
|
|
export { addWorkspace, allWorkspaces, type Workspace } from "./src/commands/workspace/workspace.ts";
|