File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
packages/actor-core-cli/src/commands Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -204,6 +204,7 @@ export async function action(
204
204
< Text > cd { wd } </ Text >
205
205
< Text > { cmd ( platformOptions . cmds . run ) } dev</ Text >
206
206
</ Box >
207
+
207
208
{ platformOptions . deployable ? (
208
209
< >
209
210
< Text > ▸ To deploy, run</ Text >
@@ -212,6 +213,14 @@ export async function action(
212
213
</ Box >
213
214
</ >
214
215
) : null }
216
+
217
+ < Text > ▸ Integrate your client of choice</ Text >
218
+ < Box flexDirection = "column" marginX = { 3 } marginY = { 1 } >
219
+ < Text > React: < Text underline > https://actorcore.org/frameworks/react</ Text > </ Text >
220
+ < Text > Node.js & Bun : < Text underline > https://actorcore.org/clients/javascript</ Text > </ Text >
221
+ < Text > Rust: < Text underline > https://actorcore.org/clients/rust</ Text > </ Text >
222
+ </ Box >
223
+
215
224
< Text > ▸ For more information, visit</ Text >
216
225
217
226
< Box flexDirection = "column" marginX = { 3 } marginY = { 1 } >
You can’t perform that action at this time.
0 commit comments