{
  "name": "Twenty Codespace",
  "image": "node:18.16.0",
  "features": {
    "ghcr.io/devcontainers-contrib/features/jshint:2": {}
  },
  "forwardPorts": [3000, 3001, 5432],
  "postCreateCommand": "echo 'To start the server, run yarn start command in server and front folder'",
  "customizations": {
    "vscode": {
      "extensions": [
        "styled-components.vscode-styled-components",
        "dbaeumer.vscode-eslint",
        "unifiedjs.vscode-mdx",
        "ms-vscode.makefile-tools",
        "ms-azuretools.vscode-docker",
        "esbenp.prettier-vscode",
        "GraphQL.vscode-graphql",
        "prisma.prisma",
        "unifiedjs.vscode-mdx",
        "yoavbls.pretty-ts-errors",
        "graphql.vscode-graphql-syntax",
        "graphql.vscode-graphql"
      ]
    }
  }
}