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)
9 lines
149 B
YAML
9 lines
149 B
YAML
frontend_url: http://localhost:3000
|
|
debug: true
|
|
|
|
application:
|
|
protocol: http
|
|
host: 127.0.0.1
|
|
base_url: http://127.0.0.1:3100
|
|
name: "sta-dev"
|