Some checks failed
Build and Deploy / build-and-deploy (push) Has been cancelled
The old sx_components.py used os.path.dirname(__file__) to resolve the app root. When it was deleted, the replacement call in app.py used the string "cart" which resolves to /app/cart/ (alembic only), not /app/ where the sx/ directory lives. Use Path(__file__).parent. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
7.3 KiB
7.3 KiB