We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
sdk
1 parent 21b89ea commit a0ff11cCopy full SHA for a0ff11c
packages/hub/src/lib/create-repo.ts
@@ -47,7 +47,7 @@ export async function createRepo(
47
...(repoId.type === "space"
48
? {
49
type: "space",
50
- sdk: "static",
+ sdk: params.sdk ?? "static",
51
}
52
: {
53
type: repoId.type,
0 commit comments