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

v5: Revenge of the JavaScript 🦸 (#711)

Hugo ➡️ Next.js
This commit is contained in:
2021-12-30 08:18:41 -05:00
committed by GitHub
parent b7505fa260
commit 9979e1bf3f
577 changed files with 8019 additions and 11864 deletions

View File

@ -13,14 +13,14 @@
},
// Use 'postCreateCommand' to run commands after the container is created.
"postStartCommand": "yarn install --frozen-lockfile && git update-index --assume-unchanged data/manifest.json && git config pull.rebase true",
"postStartCommand": "yarn install --frozen-lockfile && ./node_modules/.bin/next telemetry disable",
// Use 'forwardPorts' to make a list of ports inside the container available locally.
"forwardPorts": [1337],
"forwardPorts": [3000],
"portsAttributes": {
"1337": {
"label": "Webpack",
"3000": {
"label": "next dev",
"onAutoForward": "notify"
}
},
@ -32,12 +32,11 @@
// Add the IDs of extensions you want installed when the container is created.
"extensions": [
"editorconfig.editorconfig",
"budparr.language-hugo-vscode",
"dbaeumer.vscode-eslint",
"davidanson.vscode-markdownlint",
"divlo.vscode-styled-jsx-languageserver",
"divlo.vscode-styled-jsx-syntax",
"editorconfig.editorconfig",
"esbenp.prettier-vscode",
"stylelint.vscode-stylelint",
"ms-vscode.wordcount"
"stylelint.vscode-stylelint"
]
}