Skip to content

Commit

Permalink
WIP still try local remotedev
Browse files Browse the repository at this point in the history
  • Loading branch information
HaveF committed Jan 24, 2017
1 parent 6381ec4 commit f8feacf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/stores/counter_store.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { observable, action, runInAction } from 'mobx'
import remotedev from 'mobx-remotedev'
import api from './api'

@remotedev({ remote: false, onlyActions: true, global: true })
@remotedev({ remote: false, onlyActions: true, global: true, hostname: 'localhost', port: 8000 })
class CounterStore {
@observable counter = 0;
@observable remoteCounter = 0;
Expand Down

0 comments on commit f8feacf

Please sign in to comment.