Skip to content

Commit

Permalink
build(deps): update devcontainer image (#1826)
Browse files Browse the repository at this point in the history
  • Loading branch information
ykzts authored Jun 17, 2023
1 parent 3321d44 commit ea670da
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"customizations": {
"vscode": {
"extensions": [
"dbaeumer.vscode-eslint",
"EditorConfig.EditorConfig",
"esbenp.prettier-vscode"
],
"settings": {}
"extensions": ["EditorConfig.EditorConfig", "esbenp.prettier-vscode"]
}
},
"forwardPorts": [3000],
"image": "mcr.microsoft.com/devcontainers/typescript-node:0-18-buster",
"hostRequirements": {
"cpus": 4,
"memory": "8gb",
"storage": "32gb"
},
"image": "mcr.microsoft.com/devcontainers/typescript-node:1-18-bookworm",
"name": "AniMare Shindan",
"postCreateCommand": "sudo npm uninstall -g pnpm && sudo corepack enable && pnpm install"
}

1 comment on commit ea670da

@vercel
Copy link

@vercel vercel bot commented on ea670da Jun 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

animare-shindan – ./

animare-shindan-inabagumi.vercel.app
animare-shindan-git-main-inabagumi.vercel.app
shindan.animare.cafe

Please sign in to comment.