File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ if (import.meta.main) {
7171 // console.error(_error);
7272 }
7373
74- intro ( color . bgCyan ( " WorldQL Setup " ) ) ;
74+ intro ( color . bgCyan ( " Dreamlab Setup " ) ) ;
7575
7676 // await task("Initializing Dreamlab environment", async () => {
7777 // await Promise.all([initEditorEnv(DREAMLAB_ROOT), initServerEnv(DREAMLAB_ROOT)]);
@@ -81,9 +81,9 @@ if (import.meta.main) {
8181
8282 await Promise . all ( [ initEditorEnv ( DREAMLAB_ROOT ) , initServerEnv ( DREAMLAB_ROOT ) ] ) ;
8383
84- log . success ( "Initialized Dreamlab environment. This is the game engine that powers WorldQL! " ) ;
84+ log . success ( "Initialized Dreamlab environment. Installed 'dreamlab' command. " ) ;
8585
86- outro ( `You're good to go!` ) ;
86+ outro ( `You're good to go! Please open a new terminal window. ` ) ;
8787
8888 Deno . exit ( 0 ) ;
8989}
You can’t perform that action at this time.
0 commit comments