Go to file
Damir Mukimov 39d8a4ef3d
fix: Add missing Dockerfile and lint script for CI/CD workflows
- Add Dockerfile for multi-stage Node.js build with production optimizations
- Add lint script to package.json that runs TypeScript type checking
- Enable health check endpoint in Docker container
- Configure proper user permissions and security practices

Fixes docker-build workflow failures and enables complete CI/CD pipeline.
2025-11-27 04:54:10 +01:00
.github feat: Add GitHub Actions workflows for frontend CI/CD 2025-11-27 04:47:20 +01:00
.vscode Major frontend development updates 2025-11-27 03:44:09 +01:00
client Major frontend development updates 2025-11-27 03:44:09 +01:00
data Major frontend development updates 2025-11-27 03:44:09 +01:00
server Major frontend development updates 2025-11-27 03:44:09 +01:00
shared Major frontend development updates 2025-11-27 03:44:09 +01:00
.gitignore Introduce the core functionality and basic structure of the platform 2025-05-01 03:05:33 +00:00
.pnp.cjs Major frontend development updates 2025-11-27 03:44:09 +01:00
.pnp.loader.mjs Major frontend development updates 2025-11-27 03:44:09 +01:00
.yarnrc.yml Major frontend development updates 2025-11-27 03:44:09 +01:00
codegen.yml Major frontend development updates 2025-11-27 03:44:09 +01:00
COMPONENT-ANALYSIS-FINAL.md Plan and analyze missing components for authoring, reading and UI 2025-05-08 00:50:19 +00:00
COMPONENT-ANALYSIS-UPDATED.md Plan and analyze missing components for authoring, reading and UI 2025-05-08 00:50:19 +00:00
COMPONENT-ANALYSIS.md Analyze components and list missing ones for better project structure 2025-05-08 00:46:55 +00:00
COMPONENT-IMPLEMENTATION-PLAN.md Plan and analyze missing components for authoring, reading and UI 2025-05-08 00:50:19 +00:00
COMPONENT-IMPLEMENTATION-PRIORITY.md Major frontend development updates 2025-11-27 03:44:09 +01:00
COMPONENT-IMPLEMENTATION-TRACKER.md Complete author information section with interactive elements and details 2025-05-10 22:02:40 +00:00
component-status.md Add component status tracking and enable component testing in the application 2025-05-08 01:00:36 +00:00
COMPONENT-STRUCTURE.md Major frontend development updates 2025-11-27 03:44:09 +01:00
components.json Major frontend development updates 2025-11-27 03:44:09 +01:00
DASHBOARD-NEXT-STEPS.md Major frontend development updates 2025-11-27 03:44:09 +01:00
Dockerfile fix: Add missing Dockerfile and lint script for CI/CD workflows 2025-11-27 04:54:10 +01:00
generated-icon.png Initial commit 2025-05-01 02:38:33 +00:00
package.json fix: Add missing Dockerfile and lint script for CI/CD workflows 2025-11-27 04:54:10 +01:00
postcss.config.js Major frontend development updates 2025-11-27 03:44:09 +01:00
schema.graphqls Major frontend development updates 2025-11-27 03:44:09 +01:00
tailwind.config.ts Major frontend development updates 2025-11-27 03:44:09 +01:00
TODO.md Major frontend development updates 2025-11-27 03:44:09 +01:00
tsconfig.json Major frontend development updates 2025-11-27 03:44:09 +01:00
vite.config.ts Major frontend development updates 2025-11-27 03:44:09 +01:00
yarn.lock Major frontend development updates 2025-11-27 03:44:09 +01:00