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

migrate from outdated 🧶 to npm (#1054)

This commit is contained in:
2022-08-22 12:34:10 -04:00
committed by GitHub
parent 1ca003b617
commit 595dda8347
10 changed files with 17273 additions and 5867 deletions

View File

@ -35,7 +35,7 @@
"forwardPorts": [3000],
// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": "yarn install --frozen-lockfile && ./node_modules/.bin/prisma generate",
"postCreateCommand": "npm install --legacy-peer-deps && ./node_modules/.bin/prisma generate",
// Comment out to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
"remoteUser": "node"