From 569d677d4df20d5d4ad80f3b01fd66142fca8cfc Mon Sep 17 00:00:00 2001 From: Vygandas Pliasas Date: Fri, 8 Dec 2023 11:40:23 +0200 Subject: [PATCH 1/3] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 9914e4e..bba5111 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,10 @@ line of code at a time. 🚀 - LinkedIn https://www.linkedin.com/company/isomera - Discord https://discord.gg/T3CBgm8yPT +## Tutorials + +- Brief introduction into projects structure https://isomera.blog/project-structure-philosophy-and-hot-to-run-isomera-2023-12-08/ + ## Content - [Global Configuration & Options](docs/Configuration.md) From 37b4d2ab6ea9bc63c98077904b932d543d3aeccd Mon Sep 17 00:00:00 2001 From: vygandas Date: Fri, 8 Dec 2023 13:23:52 +0200 Subject: [PATCH 2/3] get rid of intruder files --- .../mailer/templates/email-confirmation.hbs | 9 --------- .../mailer/templates/password-reset-code.hbs | 9 --------- .../mailer/templates/mailer/templates/welcome.hbs | 13 ------------- 3 files changed, 31 deletions(-) delete mode 100644 apps/api/mailer/templates/mailer/templates/email-confirmation.hbs delete mode 100644 apps/api/mailer/templates/mailer/templates/password-reset-code.hbs delete mode 100644 apps/api/mailer/templates/mailer/templates/welcome.hbs diff --git a/apps/api/mailer/templates/mailer/templates/email-confirmation.hbs b/apps/api/mailer/templates/mailer/templates/email-confirmation.hbs deleted file mode 100644 index 0802c59..0000000 --- a/apps/api/mailer/templates/mailer/templates/email-confirmation.hbs +++ /dev/null @@ -1,9 +0,0 @@ -
-

Hello {{name}}

- -

- {{code}} -

- -

If you did not request this email you can safely ignore it.

-
\ No newline at end of file diff --git a/apps/api/mailer/templates/mailer/templates/password-reset-code.hbs b/apps/api/mailer/templates/mailer/templates/password-reset-code.hbs deleted file mode 100644 index 22758fe..0000000 --- a/apps/api/mailer/templates/mailer/templates/password-reset-code.hbs +++ /dev/null @@ -1,9 +0,0 @@ -
-

Hello {{name}}

- -

- {{code}} -

- -

If you did not request this email you can safely ignore it.

-
\ No newline at end of file diff --git a/apps/api/mailer/templates/mailer/templates/welcome.hbs b/apps/api/mailer/templates/mailer/templates/welcome.hbs deleted file mode 100644 index 1c41e91..0000000 --- a/apps/api/mailer/templates/mailer/templates/welcome.hbs +++ /dev/null @@ -1,13 +0,0 @@ -
Dear, {{user.firstName}}
, - -

- Welcome to Isomera, a SaaS starter! -
- Kind regards, -
- Isomera team -
- hi@isomera.com -
- https://isomera.com -

\ No newline at end of file From 673678b7b052a93a8bd310408315bcfe3f2d2e7d Mon Sep 17 00:00:00 2001 From: vygandas Date: Fri, 8 Dec 2023 13:26:27 +0200 Subject: [PATCH 3/3] line separator update from crlf to lf --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bba5111..1454a6f 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,8 @@ line of code at a time. 🚀 ## Tutorials -- Brief introduction into projects structure https://isomera.blog/project-structure-philosophy-and-hot-to-run-isomera-2023-12-08/ +- Brief introduction into projects structure + https://isomera.blog/project-structure-philosophy-and-hot-to-run-isomera-2023-12-08/ ## Content