feat: Refactor database configuration loading and seeding logic for improved clarity and maintainability
This commit is contained in:
+8
-5
@@ -33,14 +33,17 @@
|
||||
- Client components must use TanStack Query
|
||||
- UI state management via Zustand
|
||||
|
||||
7. DEVOPS
|
||||
- Docker builds must pass Hadolint checks
|
||||
- Kubernetes manifests in gitops/ directory
|
||||
- Monitoring via OpenTelemetry instrumentation
|
||||
|
||||
8. DEVELOPMENT WORKFLOW
|
||||
- Use Makefile commands for common tasks:
|
||||
- Makefile commands are only available in the backend folder
|
||||
- Common make commands:
|
||||
- make generate: Run code generation (tygo, swagger, etc.)
|
||||
- make test: Run all tests
|
||||
- make build: Build the application
|
||||
|
||||
9. CUSTOM RULES
|
||||
- Add custom rules to .clinerules if:
|
||||
- Unexpected behavior is encountered
|
||||
- Specific conditions require warnings
|
||||
- New patterns emerge that need documentation
|
||||
- make run: Start the development server
|
||||
Reference in New Issue
Block a user