Files
windmill/cli/workspace.ts
2025-12-26 20:32:42 +00:00

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";