Skip to content

Commit 29df7b6

Browse files
committed
use config
1 parent 754c094 commit 29df7b6

7 files changed

+24
-1
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ compiled_handlebars.js
66
#ignore private config files
77
*_production*
88

9-
# Ignore natural lib
9+
# Ignore natural lib
1010
public/libs/natural/
1111

12+
*.amr
1213
*.wav
1314
*.mp3
1415
*.mp4
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

package-lock.json

+21
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"body-parser": "^1.19.0",
66
"checksum": "^0.1.1",
77
"compression": "^1.7.4",
8+
"config": "^3.3.2",
89
"cors": "^2.8.5",
910
"errorhandler": "^1.5.1",
1011
"express": "^4.17.1 ",

0 commit comments

Comments
 (0)