fix: fixes to rendering in the AI chat

This commit is contained in:
2026-05-28 11:21:03 +02:00
parent 721b1ae626
commit b09b14cc03
4 changed files with 53 additions and 23 deletions

11
.claude/launch.json Normal file
View File

@@ -0,0 +1,11 @@
{
"version": "0.0.1",
"configurations": [
{
"name": "phoenix",
"runtimeExecutable": "mix",
"runtimeArgs": ["phx.server"],
"port": 4000
}
]
}