-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add new handler implementation and shared interfaces #400
Conversation
witoszekdev
commented
Jan 28, 2025
- Simplify tsconfig, add aliases
- Refactor handlers/next -> handlers/platform/next
- Fix imports
- Move to shared
- Fix vitest config
- Fix failing tests due to change in aliases
- Add missing shared files
- Move sync-webhook response builder
- Refactor commonly used types to shared folder
- Add deprecated exports notes, add index file
- Export shared folder
- Fix broken build
- Fix broken build
- Remove re-exports for compatibility
- Add more shared logic: adapter, validator
- Add exports, remove saleor domain middleware
|