feat: add all application source code
- apps/api: FastAPI backend with Dockerfile - apps/web: Next.js frontend with Dockerfile - apps/sensor: Signal collection agent - packages: shared packages Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
4
apps/api/src/config.py
Normal file
4
apps/api/src/config.py
Normal file
@@ -0,0 +1,4 @@
|
||||
# Backward compatibility - re-export from core.config
|
||||
from src.core.config import Settings, settings, get_settings
|
||||
|
||||
__all__ = ["Settings", "settings", "get_settings"]
|
||||
Reference in New Issue
Block a user