refactor: apply prettier conf and cleanup

This commit is contained in:
Sonny
2023-11-26 02:04:09 +01:00
parent c0af440302
commit 9a5f661df4
120 changed files with 1229 additions and 9101 deletions

View File

@@ -1,4 +1,4 @@
version: "3.8"
version: '3.8'
networks:
mylinks_app:
@@ -11,7 +11,7 @@ services:
build:
context: .
ports:
- "127.0.0.1:5000:3000"
- '127.0.0.1:5000:3000'
env_file:
- .env
networks: