installer: migrate apps to cuelang
diff --git a/core/installer/cmd/bootstrap.go b/core/installer/cmd/bootstrap.go
index 0aa5230..6e0b247 100644
--- a/core/installer/cmd/bootstrap.go
+++ b/core/installer/cmd/bootstrap.go
@@ -79,6 +79,7 @@
 }
 
 func bootstrapCmdRun(cmd *cobra.Command, args []string) error {
+	// TODO(gio): remove installer.CreateAllApps()
 	adminPubKey, err := os.ReadFile(bootstrapFlags.adminPubKey)
 	if err != nil {
 		return err