test: add bun workspace tests
This commit is contained in:
3
examples/workspace/packages/pkg-a/index.ts
Normal file
3
examples/workspace/packages/pkg-a/index.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export function workspaceMessage(): string {
|
||||
return "workspace-pkg-a";
|
||||
}
|
||||
Reference in New Issue
Block a user