File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed
Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change 22 * EXPRESS TYPESCRIPT BOILERPLATE
33 * ----------------------------------------
44 *
5- * Gery Hirscheld<@hirsch88>
6- *
75 * This is a boilerplate for Node.js Application written in TypeScript.
86 * The basic layer of this app is express. For further information visit
97 * the 'README.md' file.
108 *
11- * It is very important the '/core' module is loaded first, because this
12- * module loads all essentials third-party-libs and our configs we need.
13- *
14- * To add express modules go to the 'app.ts' file. All the IOC registrations
15- * are in the 'container.ts' file.
9+ * To add express modules go to the 'config/AppConfig.ts' file. All the IOC registrations
10+ * are in the 'config/IocConfig.ts' file.
1611 */
1712
1813import 'reflect-metadata' ;
You can’t perform that action at this time.
0 commit comments