7 lines
325 B
Plaintext
7 lines
325 B
Plaintext
---
|
|
description: Specifies guidelines for the main application file in FastAPI projects, focusing on application initialization and configuration.
|
|
globs: app/main.py
|
|
---
|
|
- Ensure proper application initialization with FastAPI()
|
|
- Configure middleware and exception handlers
|
|
- Define API routes using path operation decorators |