fix: cli: user command now uses the same app env setup as run

This commit is contained in:
dswbx
2025-04-08 11:22:10 +02:00
parent 7e1757b7f4
commit a80a731498
4 changed files with 36 additions and 18 deletions

View File

@@ -38,6 +38,7 @@
"test:vitest:watch": "vitest",
"test:vitest:coverage": "vitest run --coverage",
"test:e2e": "playwright test",
"test:e2e:adapters": "bun run e2e/adapters.ts",
"test:e2e:ui": "playwright test --ui",
"test:e2e:debug": "playwright test --debug",
"test:e2e:report": "playwright show-report"