Skip to content

Commit 15ef837

Browse files
committed
Connected server to database
1 parent 8ba9885 commit 15ef837

File tree

10 files changed

+1907
-68
lines changed

10 files changed

+1907
-68
lines changed

.babelrc

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"presets": [
3+
"esnext"
4+
]
5+
}

index.js

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
require('babel-core/register');
2+
require('./src');

0 commit comments

Comments
 (0)