diff options
Diffstat (limited to 'support/doc')
-rw-r--r-- | support/doc/development/server/code.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/doc/development/server/code.md b/support/doc/development/server/code.md index a8793e807..953ccdbfe 100644 --- a/support/doc/development/server/code.md +++ b/support/doc/development/server/code.md | |||
@@ -19,7 +19,7 @@ The server main file is [server.ts](/server.ts). | |||
19 | The server modules description are in the [package.json](/package.json) at the project root. | 19 | The server modules description are in the [package.json](/package.json) at the project root. |
20 | All other server files are in the [server](/server) directory: | 20 | All other server files are in the [server](/server) directory: |
21 | 21 | ||
22 | server.ts -> app initilization, main routes configuration (static routes...) | 22 | server.ts -> app initialization, main routes configuration (static routes...) |
23 | config -> server YAML configurations (for tests, production...) | 23 | config -> server YAML configurations (for tests, production...) |
24 | scripts -> Scripts files for npm run | 24 | scripts -> Scripts files for npm run |
25 | server | 25 | server |