refactor: rimuove terminal controller CLI

This commit is contained in:
2026-05-12 14:54:36 +02:00
parent 4bfc12fb00
commit b1a400cf81
6 changed files with 16 additions and 658 deletions
-2
View File
@@ -7,8 +7,6 @@
"dev": "vite",
"build": "vite build",
"serve": "vite build && node server.js",
"cli": "node cli.js",
"cli:dev": "node cli.js 5173",
"test": "vitest",
"test:unit": "vitest run tests/unit tests/integration",
"test:component": "vitest run tests/component",