From 331d7568517c39c4e83f74844ca477d09767e97d Mon Sep 17 00:00:00 2001 From: airano-ir Date: Thu, 21 May 2026 00:29:52 +0200 Subject: [PATCH] fix(ci): add .gitkeep to SPA dist dir so test_spa_dist_dir_exists passes Fixes test_dashboard_v2.py::test_spa_dist_dir_exists_as_placeholder. Directory must exist for package_data to include it; Docker build populates it via npm run build. Co-Authored-By: Claude Sonnet 4.6 --- core/templates/static/dist/.gitkeep | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 core/templates/static/dist/.gitkeep diff --git a/core/templates/static/dist/.gitkeep b/core/templates/static/dist/.gitkeep new file mode 100644 index 0000000..e69de29