File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ The folder structure of this app is explained below:
5555| ** dist** | Contains the distributable (or output) from your TypeScript build. |
5656| ** node_modules** | Contains all npm dependencies |
5757| ** src** | Contains source code that will be compiled to the dist dir |
58- | ** src/config ** | Application configuration including environment-specific configs
58+ | ** configuration ** | Application configuration including environment-specific configs
5959| ** src/controllers** | Controllers define functions to serve various express routes.
6060| ** src/lib** | Common libraries to be used across your app.
6161| ** src/middlewares** | Express middlewares which process the incoming requests before handling them down to the routes
You can’t perform that action at this time.
0 commit comments