File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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.
58582 . Define the source directories where images are stored.
5959
60- ### Example ` config .json` :
60+ ### Example ` env .json` :
6161``` json
6262{
6363 "port" : 3000 ,
You can’t perform that action at this time.
0 commit comments