Skip to content
This repository was archived by the owner on Aug 24, 2020. It is now read-only.

Commit 68d0124

Browse files
committed
Notes about IS_SERVER
1 parent 451d581 commit 68d0124

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/config/databases.js

+1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ var SERVER = {
1111
}
1212
};
1313

14+
// IS_SERVER is defined in Webpack config
1415
module.exports = IS_SERVER ? SERVER : CLIENT;

0 commit comments

Comments
 (0)