Skip to content

Commit 5058883

Browse files
committed
New Read Me Document
1 parent 7e8cc41 commit 5058883

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ cdn.api.pphat.stackdev.cloud/
2424
│ └── app.ts # Express app setup
2525
├── dist/ # Compiled output directory (after build)
2626
├── package.json # Project metadata and dependencies
27-
├── tsconfig.json # TypeScript configuration
27+
├── tsenv.json # TypeScript configuration
2828
├── README.md # Project documentation
2929
└── .gitignore # Git ignore file
3030
```
@@ -54,10 +54,10 @@ npm install
5454
```
5555

5656
### Configuration
57-
1. Create a configuration file (e.g., `config.json`) in the root directory to specify source directories and other settings.
57+
1. Create a configuration file (e.g., `env.json`) in the root directory to specify source directories and other settings.
5858
2. Define the source directories where images are stored.
5959

60-
### Example `config.json`:
60+
### Example `env.json`:
6161
```json
6262
{
6363
"port": 3000,

0 commit comments

Comments
 (0)