File tree 1 file changed +7
-5
lines changed
1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -67,11 +67,12 @@ const PACKAGES = [
67
67
} ,
68
68
{
69
69
value : "kv" ,
70
- label : "kv - Redis client and vector database integration using Upstash" ,
70
+ label : "kv - Redis client database integration using Upstash" ,
71
71
} ,
72
72
{
73
- value : "i18n" ,
74
- label : "i18n - Internationalization utilities" ,
73
+ value : "internationalization" ,
74
+ label :
75
+ "internationalization - Internationalization utilities and translation files" ,
75
76
} ,
76
77
{
77
78
value : "native-ui" ,
@@ -94,7 +95,8 @@ const PACKAGES = [
94
95
} ,
95
96
{
96
97
value : "security" ,
97
- label : "security - Security utilities and best practices using Arcjet" ,
98
+ label :
99
+ "security - Security utilities and best practices using Arcjet and rate-limiting using Upstash" ,
98
100
} ,
99
101
{
100
102
value : "storage" ,
@@ -184,7 +186,7 @@ async function main() {
184
186
"--type" ,
185
187
workspaceType ,
186
188
"--name" ,
187
- workspaceName ,
189
+ workspaceType === "app" ? workspaceName : `@init/ ${ workspace } ` ,
188
190
] )
189
191
190
192
log . success ( `Added "${ workspaceName } " ${ workspaceType } to the workspace` )
You can’t perform that action at this time.
0 commit comments