refactor!: remove pnpm-lock.yaml file from the repository to eliminate redundant dependency tracking and streamline package management.
This commit is contained in:
@@ -40,6 +40,9 @@ MAIL_PASS=
|
|||||||
MAIL_FROM=noreply@memegoat.local
|
MAIL_FROM=noreply@memegoat.local
|
||||||
DOMAIN_NAME=localhost
|
DOMAIN_NAME=localhost
|
||||||
|
|
||||||
|
ENABLE_CORS=false
|
||||||
|
CORS_DOMAIN_NAME=localhost
|
||||||
|
|
||||||
# Media Limits (in KB)
|
# Media Limits (in KB)
|
||||||
MAX_IMAGE_SIZE_KB=512
|
MAX_IMAGE_SIZE_KB=512
|
||||||
MAX_GIF_SIZE_KB=1024
|
MAX_GIF_SIZE_KB=1024
|
||||||
|
|||||||
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,6 +1,7 @@
|
|||||||
# Dependencies
|
# Dependencies
|
||||||
node_modules/
|
node_modules/
|
||||||
jspm_packages/
|
jspm_packages/
|
||||||
|
.pnpm-store
|
||||||
|
|
||||||
# Environment variables
|
# Environment variables
|
||||||
.env
|
.env
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
"dev": "next dev",
|
"dev": "next dev",
|
||||||
"start": "next start",
|
"start": "next start",
|
||||||
"types:check": "fumadocs-mdx && next typegen && tsc --noEmit",
|
"types:check": "fumadocs-mdx && next typegen && tsc --noEmit",
|
||||||
"postinstall": "fumadocs-mdx",
|
"postinstall_disabled": "fumadocs-mdx",
|
||||||
"lint": "biome check",
|
"lint": "biome check",
|
||||||
"lint:write": "biome check --write",
|
"lint:write": "biome check --write",
|
||||||
"format": "biome format --write"
|
"format": "biome format --write"
|
||||||
@@ -32,6 +32,7 @@
|
|||||||
"@types/react-dom": "^19.2.3",
|
"@types/react-dom": "^19.2.3",
|
||||||
"postcss": "^8.5.6",
|
"postcss": "^8.5.6",
|
||||||
"tailwindcss": "^4.1.18",
|
"tailwindcss": "^4.1.18",
|
||||||
"typescript": "^5.9.3"
|
"typescript": "^5.9.3",
|
||||||
|
"vite": "^6.2.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
1025
frontend/pnpm-lock.yaml
generated
1025
frontend/pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
1728
pnpm-lock.yaml
generated
1728
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user