Add frontend/modules/loyalty with types, API client, design system, feature pages and thin App Router routes under app/loyalty/. BFF proxy at app/api/loyalty/. Include loyalty frontend docs. Co-authored-by: Cursor <cursoragent@cursor.com>
9 lines
194 B
INI
9 lines
194 B
INI
[pytest]
|
|
asyncio_mode = auto
|
|
asyncio_default_fixture_loop_scope = function
|
|
testpaths = app/tests
|
|
pythonpath = .
|
|
python_files = test_*.py
|
|
python_classes = Test*
|
|
python_functions = test_*
|