Skip to content

Commit df91a80

Browse files
committed
chore: update mailer service port from 3003 to 4000 in documentation and configuration
1 parent aa8e82c commit df91a80

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/contribution-guide.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ pnpm i
9797
pnpm run start
9898
```
9999

100-
The **API** will work on port 3001, **WEB** on port 3002, and **Mailer** on port 3003.
100+
The **API** will work on port 3001, **WEB** on port 3002, and **Mailer** on port 4000.
101101

102102
### Deployment
103103

docs/mailer.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The Template type should be used to reference the available templates. For exam
1515

1616
## Adding new Template
1717

18-
All development takes place in the package turborepo `packages/mailer`. The preview of emails is launched automatically when you launch the application using turborepo or Docker, the application will be available on port 3003.
18+
All development takes place in the package turborepo `packages/mailer`. The preview of emails is launched automatically when you launch the application using turborepo or Docker, the application will be available on port 4000.
1919

2020
1. Create a new template in the `emails` folder.
2121
2. Export your component and props interface from the file.

template/packages/mailer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ Then, run the development server:
1616
pnpm run dev
1717
```
1818

19-
Open [localhost:3003](http://localhost:3003) with your browser to see the result.
19+
Open [localhost:4000](http://localhost:4000) with your browser to see the result.

template/packages/mailer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"main": "./src/index.ts",
88
"types": "./src/index.ts",
99
"scripts": {
10-
"dev": "email dev --port 3003",
10+
"dev": "email dev --port 4000",
1111
"export": "email export",
1212
"tsc": "tsc --noEmit --watch",
1313
"prettier": "prettier . --write --config .prettierrc.json",

0 commit comments

Comments
 (0)