Skip to content

Commit

Permalink
Merge pull request #182 from codeforbtv/support_new_goal_files_added_…
Browse files Browse the repository at this point in the history
…to_sftp

Support new goal files that were added to sftp - issue #180
  • Loading branch information
iritush committed Feb 7, 2020
2 parents 12373cc + ed348db commit d18427c
Show file tree
Hide file tree
Showing 4 changed files with 335 additions and 210 deletions.
11 changes: 11 additions & 0 deletions firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,16 @@
"npm --prefix \"$RESOURCE_DIR\" run lint"
],
"source": "functions"
},
"emulators": {
"functions": {
"port": 5001
},
"firestore": {
"port": 8080
},
"database": {
"port": 9000
}
}
}

0 comments on commit d18427c

Please sign in to comment.