style: fix the Prettier linted files
This commit is contained in:
parent
3ab06794e3
commit
149451cc77
@ -5,5 +5,5 @@
|
|||||||
/node_modules/
|
/node_modules/
|
||||||
/static/
|
/static/
|
||||||
/target/
|
/target/
|
||||||
/docker-compose-dev.yml
|
/docker-compose-dev.yaml
|
||||||
/docker-compose-prod.yml
|
/docker-compose-prod.yaml
|
||||||
|
2
.idea/runConfigurations/dev.xml
generated
2
.idea/runConfigurations/dev.xml
generated
@ -3,7 +3,7 @@
|
|||||||
<deployment type="docker-compose.yml">
|
<deployment type="docker-compose.yml">
|
||||||
<settings>
|
<settings>
|
||||||
<option name="envFilePath" value="" />
|
<option name="envFilePath" value="" />
|
||||||
<option name="sourceFilePath" value="docker-compose-dev.yml" />
|
<option name="sourceFilePath" value="docker-compose-dev.yaml" />
|
||||||
</settings>
|
</settings>
|
||||||
</deployment>
|
</deployment>
|
||||||
<method v="2" />
|
<method v="2" />
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
build:
|
build:
|
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
build:
|
build:
|
Loading…
x
Reference in New Issue
Block a user