Remove apollo integration

This commit is contained in:
Trevor Blades
2020-03-26 15:12:31 -07:00
parent 21204d43e5
commit 5334de6e79
3 changed files with 2 additions and 8 deletions

1
.gitignore vendored
View File

@@ -1,2 +1 @@
node_modules
.env

View File

@@ -1,5 +0,0 @@
module.exports = {
endpoint: {
url: `http://localhost:${process.env.PORT}`
}
};

View File

@@ -1,7 +1,7 @@
{
"scripts": {
"start": "nodemon -r dotenv/config index.js",
"pretest": "eslint index.js apollo.config.js",
"start": "nodemon index.js",
"pretest": "eslint index.js",
"test": "echo \"Error: no test specified\" && exit"
},
"eslintConfig": {