mirror of
https://github.com/FranP-code/countries.git
synced 2025-10-13 00:02:15 +00:00
Remove apollo integration
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,2 +1 @@
|
||||
node_modules
|
||||
.env
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
module.exports = {
|
||||
endpoint: {
|
||||
url: `http://localhost:${process.env.PORT}`
|
||||
}
|
||||
};
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user