Skip to content

Commit

Permalink
pretty sure webpack will return to murder us all but it works for now
Browse files Browse the repository at this point in the history
  • Loading branch information
agnescameron committed Jan 22, 2020
1 parent fb86c31 commit e7ec2a3
Show file tree
Hide file tree
Showing 4 changed files with 66 additions and 20 deletions.
1 change: 1 addition & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
SKIP_PREFLIGHT_CHECK=true
36 changes: 18 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
"react-entypo": "^1.3.0",
"react-scripts": "3.3.0",
"request": "^2.79.0",
"serialize-javascript": "^2.1.2",
"webpack": "^4.41.5"
"serialize-javascript": "^2.1.2"
},
"scripts": {
"start": "npm-run-all --parallel start:app start:server",
Expand Down
46 changes: 46 additions & 0 deletions server/lib/truths.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
[
{
"truth": "what is your worst habit?",
"context": "habit"
},

{
"truth": "what's your weirdest celebrity crush?",
"context": "celebrity"
},

{
"truth": "what was the last thing you googled??",
"context": "google"
},

{
"truth": "if you could have wish, what would you wish for?",
"context": "wish"
},

{
"truth": "is there a god?",
"context": "god"
},

{
"truth": "are you a trump supporter?",
"context": "trump"
},

{
"truth": "what's the weirdest place you've ever been naked",
"context": "naked"
},

{
"truth": "what's your mother's maiden name?",
"context": "fraud"
},

{
"truth": "what does your tinder profile say?",
"context": "tinder"
}
]

0 comments on commit e7ec2a3

Please sign in to comment.