Skip to content

Commit db559a8

Browse files
authored
Fix issue regarding lost mount path (#1070)
* 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
1 parent a95d152 commit db559a8

File tree

8 files changed

+2243
-107
lines changed

8 files changed

+2243
-107
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,6 @@ npm-debug.log
1111
*.swp
1212
.env
1313
.idea/
14+
15+
logs/
16+
test_logs

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ node_js:
33
- '10.14'
44
before_install:
55
- npm install -g greenkeeper-lockfile@1
6-
before_script:
6+
before_script:
77
- ./scripts/before_script.sh
88
- greenkeeper-lockfile-update
99
after_script:

Parse-Dashboard/parse-dashboard-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"apps": [{
3-
"serverURL": "http://localhost:1337/parse",
3+
"serverURL": "http://localhost:1338/parse",
44
"appId": "hello",
55
"masterKey": "world",
66
"appName": "",

0 commit comments

Comments
 (0)