Updated files. Getting the code polished.

Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
This commit is contained in:
2025-09-05 18:27:12 -04:00
parent fb4b580d92
commit 8469662ce6
34 changed files with 1039 additions and 820 deletions

View File

@@ -43,6 +43,9 @@ services:
- ./frontend/yarn.lock:/app/yarn.lock
- ./frontend/tsconfig.json:/app/tsconfig.json
- ./frontend/config-overrides.js:/app/config-overrides.js
- ./frontend/babel.config.js:/app/babel.config.js
- ./frontend/jest.config.js:/app/jest.config.js
- ./frontend/jest.setup.js:/app/jest.setup.js
command: ["yarn", "start"]
restart: always