1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-03 18:06:38 -04:00

npm ➡️ pnpm

This commit is contained in:
2023-07-06 10:13:09 -04:00
parent aa64279dd8
commit 2f44d8d227
8 changed files with 7551 additions and 13206 deletions

View File

@ -18,7 +18,7 @@
"overrideFeatureInstallOrder": [
"ghcr.io/devcontainers/features/common-utils"
],
"postCreateCommand": "npm install --legacy-peer-deps && npx prisma generate",
"postCreateCommand": "pnpm install",
"forwardPorts": [
3000
],