Skip to content

Commit 8b33237

Browse files
chore: generate
1 parent 3406f18 commit 8b33237

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

packages/plugin/src/index.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,7 @@ export type WorkspaceAdaptor = {
4949
name: string
5050
description: string
5151
configure(config: WorkspaceInfo): WorkspaceInfo | Promise<WorkspaceInfo>
52-
create(
53-
config: WorkspaceInfo,
54-
env: Record<string, string | undefined>,
55-
from?: WorkspaceInfo,
56-
): Promise<void>
52+
create(config: WorkspaceInfo, env: Record<string, string | undefined>, from?: WorkspaceInfo): Promise<void>
5753
remove(config: WorkspaceInfo): Promise<void>
5854
target(config: WorkspaceInfo): WorkspaceTarget | Promise<WorkspaceTarget>
5955
}

0 commit comments

Comments
 (0)