remove newsletter stuff (#383)

* remove newsletter stuff

* Update guided-tour.md

* Update deletions
This commit is contained in:
vincanger
2025-03-03 15:43:51 +01:00
committed by GitHub
parent d088cff84b
commit f98d17b2ad
7 changed files with 3 additions and 73 deletions

View File

@@ -70,7 +70,6 @@ If you are using an older version of the OpenSaaS template with Wasp `v0.13.x` o
│   ├── file-upload/ # Logic for uploading files to S3.
│   ├── landing-page # Landing page related code
│   ├── messages # Logic for app user messages.
│   ├── newsletter/ # Logic for scheduled recurring newsletter sending.
│   ├── payment/ # Logic for handling payments and webhooks.
│   ├── server/ # Scripts, shared server utils, and other server-specific code (NodeJS).
│   ├── shared/ # Shared constants and util functions.