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

1
.gitignore vendored
View File

@@ -1,6 +1,7 @@
# Dependencies
node_modules/
jspm_packages/
.pnpm-store
# Environment variables
.env

View File

@@ -7,7 +7,7 @@
"dev": "next dev",
"start": "next start",
"types:check": "fumadocs-mdx && next typegen && tsc --noEmit",
"postinstall": "fumadocs-mdx",
"postinstall_disabled": "fumadocs-mdx",
"lint": "biome check",
"lint:write": "biome check --write",
"format": "biome format --write"
@@ -32,6 +32,7 @@
"@types/react-dom": "^19.2.3",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.18",
"typescript": "^5.9.3"
"typescript": "^5.9.3",
"vite": "^6.2.1"
}
}

1025
frontend/pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

1728
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff