Skip to content

Commit

Permalink
Fix issue regarding lost mount path (#1070)
Browse files Browse the repository at this point in the history
* Fix issue regarding lost mount path

Can be tested by changing mountpath in [index.js](https://github.com/parse-community/parse-dashboard/blob/master/Parse-Dashboard/index.js#L35)

* add end to end test

* improve test

* Allow install from branch

* cr
  • Loading branch information
dplewis authored May 3, 2019
1 parent a95d152 commit db559a8
Show file tree
Hide file tree
Showing 8 changed files with 2,243 additions and 107 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,6 @@ npm-debug.log
*.swp
.env
.idea/

logs/
test_logs
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ node_js:
- '10.14'
before_install:
- npm install -g greenkeeper-lockfile@1
before_script:
before_script:
- ./scripts/before_script.sh
- greenkeeper-lockfile-update
after_script:
Expand Down
2 changes: 1 addition & 1 deletion Parse-Dashboard/parse-dashboard-config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"apps": [{
"serverURL": "http://localhost:1337/parse",
"serverURL": "http://localhost:1338/parse",
"appId": "hello",
"masterKey": "world",
"appName": "",
Expand Down
Loading

0 comments on commit db559a8

Please sign in to comment.