Skip to content

Commit

Permalink
chore(base):add dev script and settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego Robles committed Apr 5, 2019
1 parent a4135b4 commit 9e50df2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions development.settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"public": {
"name": "The Meteor Course"
}
}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"name": "the-meteor-course",
"private": true,
"scripts": {
"start": "meteor run"
"start": "meteor run",
"dev": "meteor --settings development.settings.json"
},
"dependencies": {
"@babel/runtime": "^7.1.5",
Expand Down

0 comments on commit 9e50df2

Please sign in to comment.