feat: add domain tables
Description
Related Issues
Type of Change
- [ ] Bug fix
- [x] New feature
- [ ] Documentation update
- [ ] Release
- [ ] Refactor
- [ ] Other (please describe):
Testing
Screenshots (if applicable)
Additional Notes
[!IMPORTANT] Add domain management features with new database tables, API routers, and models for handling custom, preview, and published domains, and domain verification.
- Database Schema:
- Add
customDomains,previewDomains,publishedDomains, andcustomDomainVerificationtables inpackages/db/src/schema/project/domain/.- Define relations for domain tables in
custom.ts,preview.ts,published.ts, andverification.ts.- Update
project.tsto include domain relations.- API Routers:
- Add
domainRouterinrouters/domain/index.tswith sub-routers forpreviewandverification.- Move and rename
domain.tstodomain/preview.ts.- Add
freestyle.tsfor SDK initialization.- Models:
- Add
VerificationRequestStatusenum inmodels/src/domain/index.ts.- Export domain models in
models/src/index.ts.- Misc:
- Update
package.jsonandbun.lockto use[email protected].This description was created by
for 938db1afc465416690c9223906b9c5820461057b. You can customize this summary. It will automatically update as commits are pushed.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| docs | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Jun 10, 2025 9:40pm |
| web | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Jun 10, 2025 9:40pm |
This pull request has been ignored for the connected project wowaemfasoptxrdjhilu because there are no changes detected in apps/backend/supabase directory. You can change this behaviour in Project Integrations Settings ↗︎.
Preview Branches by Supabase. Learn more about Supabase Branching ↗︎.