style: fix the Prettier linted files

This commit is contained in:
2024-12-29 19:21:50 +01:00
parent 3ab06794e3
commit 149451cc77
8 changed files with 69 additions and 67 deletions

@ -5,5 +5,5 @@
/node_modules/
/static/
/target/
/docker-compose-dev.yml
/docker-compose-prod.yml
/docker-compose-dev.yaml
/docker-compose-prod.yaml

@ -3,7 +3,7 @@
<deployment type="docker-compose.yml">
<settings>
<option name="envFilePath" value="" />
<option name="sourceFilePath" value="docker-compose-dev.yml" />
<option name="sourceFilePath" value="docker-compose-dev.yaml" />
</settings>
</deployment>
<method v="2" />

@ -1,3 +1,4 @@
---
services:
app:
build:

@ -1,3 +1,4 @@
---
services:
app:
build: