diff --git a/packages/stack-shared/src/config-rendering.ts b/packages/stack-shared/src/config-rendering.ts index 500bef3f5..9aab844b7 100644 --- a/packages/stack-shared/src/config-rendering.ts +++ b/packages/stack-shared/src/config-rendering.ts @@ -14,6 +14,7 @@ const CONFIG_IMPORT_PACKAGES = [ "@hexclave/next", "@hexclave/react", "@hexclave/js", + "@hexclave/template", "@stackframe/stack", "@stackframe/react", "@stackframe/js", diff --git a/packages/template/package-template.json b/packages/template/package-template.json index e306f56f8..dc6a71c20 100644 --- a/packages/template/package-template.json +++ b/packages/template/package-template.json @@ -1,6 +1,6 @@ { "//": "IF_PLATFORM template", - "name": "@stackframe/template", + "name": "@hexclave/template", "//": "ELSE_IF_PLATFORM js", "name": "@hexclave/js", "//": "ELSE_IF_PLATFORM next", diff --git a/packages/template/package.json b/packages/template/package.json index c1d368b68..ab0b4f540 100644 --- a/packages/template/package.json +++ b/packages/template/package.json @@ -1,6 +1,6 @@ { "//": "THIS FILE IS AUTO-GENERATED FROM TEMPLATE. DO NOT EDIT IT DIRECTLY, INSTEAD EDIT THE CORRESPONDING FILE IN packages/template (FOR package.json FILES, PLEASE EDIT package-template.json)", - "name": "@stackframe/template", + "name": "@hexclave/template", "private": true, "version": "1.0.4", "repository": "https://github.com/hexclave/hexclave",