Skip to content

Commit

Permalink
Send VFS watch config over WS connection (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
andersevenrud committed Apr 30, 2019
1 parent c7548e6 commit 084eb51
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/providers/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,9 @@ class CoreServiceProvider extends ServiceProvider {
params: [{
cookie: {
maxAge: this.core.config('session.options.cookie.maxAge')
},
vfs: {
watch: this.core.config('vfs.watch')
}
}]
}));
Expand Down

0 comments on commit 084eb51

Please sign in to comment.