Skip to content

Commit

Permalink
add source-map-support
Browse files Browse the repository at this point in the history
  • Loading branch information
bangbang93 committed Mar 26, 2020
1 parent e6fa738 commit 1d92fe5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
13 changes: 5 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"morgan": "^1.9.1",
"ms": "^2.1.2",
"progress": "^2.0.3",
"socket.io-client": "^2.3.0"
"socket.io-client": "^2.3.0",
"source-map-support": "^0.5.16"
},
"devDependencies": {
"@types/bluebird": "^3.5.27",
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import 'source-map-support'
import {config} from 'dotenv'
import {bootstrap} from './bootstrap'
import * as fs from 'fs'
Expand Down

0 comments on commit 1d92fe5

Please sign in to comment.