refactor!: remove pnpm-lock.yaml file from the repository to eliminate redundant dependency tracking and streamline package management.

This commit is contained in:
Mathis HERRIOT
2026-01-14 16:38:26 +01:00
parent b81835661c
commit 8425ffe4fc
5 changed files with 403 additions and 2359 deletions

View File

@@ -40,6 +40,9 @@ MAIL_PASS=
MAIL_FROM=noreply@memegoat.local
DOMAIN_NAME=localhost
ENABLE_CORS=false
CORS_DOMAIN_NAME=localhost
# Media Limits (in KB)
MAX_IMAGE_SIZE_KB=512
MAX_GIF_SIZE_KB=1024