fix: lint

This commit is contained in:
orig
2023-06-28 20:40:06 +03:00
parent 36a9e5afda
commit b75502b0f7
2 changed files with 2 additions and 1 deletions

View File

@ -4,5 +4,5 @@
"semi": true,
"singleQuote": true,
"useTabs": false,
"printWidth": 100
"printWidth": 130
}

View File

@ -179,6 +179,7 @@ The project is structured in the following way:
- In case you have docker installed, you can _single-click_ deploy and test your changes by running the following and going to `http://localhost:5000/` on your browser.
- When you run the command below, don't forget to change the .env file with the correct values.
```sh
docker compose -f docker/local/docker-compose.yml -p reduced-to up
```