- allow mail from address override
- queue cloud emails
This commit is contained in:
Philipinho
2025-04-07 19:07:10 +01:00
parent 233536314f
commit 06270ff747
6 changed files with 35 additions and 58 deletions

View File

@ -14,7 +14,7 @@
"client:dev": "nx run client:dev",
"server:dev": "nx run server:start:dev",
"server:start": "nx run server:start:prod",
"email:dev": "nx run @docmost/transactional:dev",
"email:dev": "nx run server:email:dev",
"dev": "pnpm concurrently -n \"frontend,backend\" -c \"cyan,green\" \"pnpm run client:dev\" \"pnpm run server:dev\""
},
"dependencies": {