docs: add technical analysis for Ktor 3.4.0 migration and update .dockerignore

Added a detailed technical analysis document outlining changes, migration steps, and implications of updating from Ktor 3.3.3 to 3.4.0 for both frontend and backend. Updated `.dockerignore` to include the `docs/` directory, required for Docker build context.
This commit is contained in:
2026-01-30 13:11:33 +01:00
parent 5feb42d973
commit 42d60515a8
2 changed files with 143 additions and 1 deletions
+1 -1
View File
@@ -21,7 +21,7 @@
**/CHANGELOG*
**/LICENSE*
**/CONTRIBUTING*
docs/
# docs/ <- REMOVED: Required by Docker build context
**/*.md
# ===================================================================