Commit Graph

5 Commits

Author SHA1 Message Date
03e53aa389 chore(vue): add less CSS preprocessor 2026-05-14 23:39:38 +02:00
eecc2b354a chore(frontend): install and set up oxlint and oxfmt 2026-05-14 22:47:59 +02:00
543fbf575d chore: set frontend to a blank state 2026-05-14 21:52:47 +02:00
8e4433ceaa feat(api): generate TypeScript API client from OpenAPI specification
Create type-safe TypeScript API client automatically generated from the
OpenAPI specification. Includes generated schema types and documented client
wrapper for type-safe backend communication.

Ref: T008 (specs/001-modbus-relay-control)
2026-01-22 00:57:10 +01:00
837a49fc58 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-22 00:57:10 +01:00