Convert project from single backend to monorepo structure with separate frontend (Vue 3 + TypeScript + Vite) and backend directories. Updates all configuration files and build system to support both workspaces. Ref: T007 (specs/001-modbus-relay-control)
7 lines
113 B
TOML
7 lines
113 B
TOML
[all]
|
|
out = ["Xml"]
|
|
target-dir = "coverage"
|
|
output-dir = "coverage"
|
|
fail-under = 60
|
|
exclude-files = ["target/*"]
|