feat: Add missing closing bracket to ai-frontend.nomad job definition

This commit adds the missing closing bracket to the ai-frontend.nomad job definition. The file was incomplete without this bracket, which is necessary for the proper structure of the Nomad job configuration. This change ensures the job definition is correctly formatted and will be parsed properly by the Nomad service.
This commit is contained in:
2025-12-29 03:11:24 -05:00
parent b23a0ab9af
commit a9c755f579

View File

@@ -120,4 +120,4 @@ job "ai-frontend" {
}
}
}
}
}