Skip to content

Commit

Permalink
Replace sockets config by realtime
Browse files Browse the repository at this point in the history
  • Loading branch information
jaumard committed Jul 18, 2016
1 parent 65ce9b6 commit b8555f2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ build/Release
# Dependency directory
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
node_modules
/.idea/
1 change: 1 addition & 0 deletions config/index.js
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
exports.trailpack = require('./trailpack')
exports.realtime = require('./realtime')
3 changes: 3 additions & 0 deletions config/realtime.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {

}
5 changes: 0 additions & 5 deletions config/sockets.js

This file was deleted.

0 comments on commit b8555f2

Please sign in to comment.