feat(email): adota React Email em notificações e automações
This commit is contained in:
parent
58a1ed6b36
commit
4306b0504d
18 changed files with 940 additions and 337 deletions
4
convex/url.ts
Normal file
4
convex/url.ts
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
export function buildBaseUrl() {
|
||||
return process.env.NEXT_PUBLIC_APP_URL || process.env.APP_BASE_URL || "http://localhost:3000"
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue