fix: forgot to run codegen on jte
Some checks failed
Build and Publish Docker Image / build (push) Has been cancelled
Build and Publish Docker Image / deploy (push) Has been cancelled

This commit is contained in:
Finn Linck Ryan 2025-12-14 03:48:09 +01:00
parent ec7e116a2b
commit a80473fb35
5 changed files with 12 additions and 12 deletions

View file

@ -16,7 +16,7 @@ companion object {
jteOutput.writeContent("\n")
val timeFormatter: DateTimeFormatter = DateTimeFormatter.ofPattern("HH:mm").withZone(ZoneId.systemDefault())
jteOutput.writeContent("\n")
val borderColors = listOf("blue", "green", "pink", "orange")
val borderColors = listOf("red", "orange", "yellow", "green", "blue", "pink" )
jteOutput.writeContent("\n\n<div class=\"message-group mb-3 animate-slide-in\">\n <div class=\"flex relative px-3 py-1 hover:bg-neutral-800/30 rounded transition-colors\">\n ")
jteOutput.writeContent("\n <div class=\"absolute left-0 top-1/2 -translate-y-1/2 w-1 h-3/4 rounded-r message-border-")
jteOutput.setContext("div", "class")