Files
sta/Cargo.toml
Lucien Cartier-Tilet 614c82a6dc refactor: reorganize project into monorepo with frontend scaffolding
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)
2026-01-11 00:39:18 +01:00

4 lines
49 B
TOML

[workspace]
members = ["backend"]
resolver = "2"