Skip to content

Commit 04ee301

Browse files
new template
1 parent a15cf6d commit 04ee301

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codesandbox/sdk",
3-
"version": "2.0.0-rc.6",
3+
"version": "2.0.0-rc.7",
44
"description": "The CodeSandbox SDK",
55
"author": "CodeSandbox",
66
"license": "MIT",

src/utils/api.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ export function getDefaultTemplateTag(apiClient: Client): string {
5656
return "7ngcrf";
5757
}
5858

59-
return "pt_LAVK5kxK8XciqgV2642xRk";
59+
// Universal template created 2025-06-05
60+
return "universal@latest";
6061
}
6162

6263
export function getDefaultTemplateId(apiClient: Client): string {

0 commit comments

Comments
 (0)