File tree 7 files changed +8
-10
lines changed
7 files changed +8
-10
lines changed Load Diff This file was deleted.
File renamed without changes.
File renamed without changes.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
var config = require ( "./Config/config" ) ;
2
2
var fetcher = require ( "./Lib/fetcher" ) ;
3
- var express = require ( "./express/server" ) ;
3
+ var express = require ( "./express/express- server" ) ;
4
4
5
5
var index = require ( './routes/index' ) ;
6
6
Original file line number Diff line number Diff line change 1
1
import config = require( 'Config/config' ) ;
2
2
import fetcher = require( 'Lib/fetcher' ) ;
3
- import express = require( 'express/server' ) ;
3
+ import express = require( 'express/express- server' ) ;
4
4
5
5
import index = module ( './routes/index' ) ;
6
6
Original file line number Diff line number Diff line change 56
56
<TypeScriptModuleKind >CommonJS</TypeScriptModuleKind >
57
57
</PropertyGroup >
58
58
<ItemGroup >
59
- <TypeScriptCompile Include =" app .ts" />
59
+ <TypeScriptCompile Include =" server .ts" />
60
60
</ItemGroup >
61
61
<ItemGroup >
62
62
<Content Include =" Config\config.js" >
63
63
<DependentUpon >config.ts</DependentUpon >
64
64
</Content >
65
- <TypeScriptCompile Include =" express\server.ts" />
66
- <Content Include =" express\server.js" >
67
- <DependentUpon >server.ts</DependentUpon >
65
+ <TypeScriptCompile Include =" express\express- server.ts" />
66
+ <Content Include =" express\express- server.js" >
67
+ <DependentUpon >express- server.ts</DependentUpon >
68
68
</Content >
69
69
<Content Include =" Lib\fetcher.js" >
70
70
<DependentUpon >fetcher.ts</DependentUpon >
702
702
</Content >
703
703
<TypeScriptCompile Include =" Lib\fetcher.ts" />
704
704
<TypeScriptCompile Include =" Config\config.ts" />
705
- <Content Include =" app .js" >
706
- <DependentUpon >app .ts</DependentUpon >
705
+ <Content Include =" server .js" >
706
+ <DependentUpon >server .ts</DependentUpon >
707
707
</Content >
708
708
</ItemGroup >
709
709
<ItemGroup >
You can’t perform that action at this time.
0 commit comments