Skip to content

Commit

Permalink
link fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
wjhendry committed Nov 28, 2024
1 parent cfe4188 commit d7e26f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ Then as soon as you start to type Genesis, the available commands are displayed
| `Generate tasks` | Generates all the required build tasks. This command is automatically triggered when you unpack the project. Later on, it is used by `Build project`. It creates a list of build tasks that are required to compile and build the application. Use this when you need to regenerate `.vscode/tasks.json`. |
| `Stop processes` | Kills all running Genesis processes on the JVM or server and the Web UI. Use this command when processes are unresponsive. |
| `Sync projects to launchpad`| Enables you to add a Genesis Create project that was created outside Genesis Create (or an existing project created on an older version of Genesis Create) to your list of Current Projects. |
| `Unpack project` | This command is no longer necessary, and has been deprecated. See the [Troubleshooting](# troubleshooting) section. |
| `Unpack project` | This command is no longer necessary, and has been deprecated. See the [Troubleshooting](#troubleshooting) section. |

### Using Genesis: Build project
Running `Genesis: Build project` builds (compiles) all components for the app and triggers `Generate Configs` (see above).
Expand Down

0 comments on commit d7e26f2

Please sign in to comment.