💬 Commit message: Update 2026-02-14 21:49:53, 1 files, 8 lines

📁 Files changed: 1
📝 Lines changed: 8

  • justfile
This commit is contained in:
Adam Ladachowski
2026-02-14 21:49:53 +01:00
parent 8353899cf0
commit b638ec9385
+8
View File
@@ -26,3 +26,11 @@ lint:
# Type check only
types:
uv run mypy tensors/
# Run UI dev server with hot reload
ui-dev:
cd tensors/server/ui && npm run dev
# Build UI for production
ui-build:
cd tensors/server/ui && npm run build