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.
1 parent a15cf6d commit 04ee301Copy full SHA for 04ee301
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@codesandbox/sdk",
3
- "version": "2.0.0-rc.6",
+ "version": "2.0.0-rc.7",
4
"description": "The CodeSandbox SDK",
5
"author": "CodeSandbox",
6
"license": "MIT",
src/utils/api.ts
@@ -56,7 +56,8 @@ export function getDefaultTemplateTag(apiClient: Client): string {
56
return "7ngcrf";
57
}
58
59
- return "pt_LAVK5kxK8XciqgV2642xRk";
+ // Universal template created 2025-06-05
60
+ return "universal@latest";
61
62
63
export function getDefaultTemplateId(apiClient: Client): string {
0 commit comments