refactor: project architecture refactor, container splitting

This commit is contained in:
3252a8
2026-05-17 00:01:28 +03:00
parent e0b5218037
commit 30fb774d93
367 changed files with 2609 additions and 864 deletions
+3 -3
View File
@@ -6,9 +6,9 @@ cd "$ROOT"
echo "Python: pip install -r requirements-dev.txt"
python -m pip install -q -r requirements-dev.txt
if [[ ! -d node_modules ]]; then
echo "npm install (no node_modules)"
npm install
if [[ ! -d frontend/node_modules ]]; then
echo "npm install --prefix frontend"
npm --prefix frontend install
fi
echo "npm run check"