Add cpl-mail project
All checks were successful
Test before pr merge / test-lint (pull_request) Successful in 8s
Build on push / prepare (push) Successful in 10s
Build on push / query (push) Successful in 18s
Build on push / core (push) Successful in 19s
Build on push / dependency (push) Successful in 19s
Build on push / cli (push) Successful in 24s
Build on push / mail (push) Successful in 17s
Build on push / translation (push) Successful in 16s
Build on push / database (push) Successful in 21s
Build on push / application (push) Successful in 21s
Build on push / auth (push) Successful in 15s
Build on push / api (push) Successful in 15s

This commit is contained in:
2025-10-19 20:02:50 +02:00
parent df2c2b5b56
commit 9c75008c9f
2 changed files with 25 additions and 1 deletions

View File

@@ -2,7 +2,8 @@
"name": "cpl",
"projects": [
"src/cli/cpl.project.json",
"src/core/cpl.project.json"
"src/core/cpl.project.json",
"src/mail/cpl.project.json"
],
"defaultProject": "cpl-cli",
"scripts": {