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:
@ -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
|
||||
],
|
||||
|
Reference in New Issue
Block a user