hedgedoc/cypress.json
Philip Molares d0fc96b929
rework how the frontend is started (#361)
renamed frontend-config to api-url
renamed backend-config to config
removed api call to set frontend-config as the frontend either know where the backend is as it is delivered by it or get's this information via the enviroment variable REACT_APP_BACKEND
always start the client on Port 3001 as the backend will run on 3000 during development. changed the port on multiple occasions to accommodate for this
added package.json script 'start:dev'
changed README to better explain how to run backend and frontend side-by-side
2020-07-29 22:58:01 +02:00

5 lines
113 B
JSON

{
"baseUrl": "http://localhost:3001/",
"defaultCommandTimeout": 15000,
"experimentalFetchPolyfill": true
}