Cleaned up some URLS and removed unused token
This commit is contained in:
parent
9e6a11915b
commit
e02f48f358
2 changed files with 2 additions and 8 deletions
|
@ -32,12 +32,6 @@
|
|||
"build:react": "react-scripts build",
|
||||
"build:all": "npm run build:react && docker-compose build"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"extends": [
|
||||
"react-app",
|
||||
"react-app/jest"
|
||||
]
|
||||
},
|
||||
"browserslist": {
|
||||
"production": [
|
||||
">0.2%",
|
||||
|
@ -52,7 +46,8 @@
|
|||
},
|
||||
"nodemonConfig": {
|
||||
"env": {
|
||||
"CAIRO_URL": "http://localhost:52000"
|
||||
"CAIRO_URL": "http://localhost:52000",
|
||||
"NUBIAN_URL": "http://localhost:52001"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue