cloudflare/cloudflare-typescript

Public

mirrored from https://github.com/cloudflare/cloudflare-typescriptAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
v3.0.0-beta.6

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

.devcontainer/devcontainer.json

20lines · modeblame

2d51afdcstainless-app[bot]2 years ago1// For format details, see https://aka.ms/devcontainer.json. For config options, see the
2// README at: https://github.com/devcontainers/templates/tree/main/src/debian
3{
4"name": "Debian",
5"build": {
6"dockerfile": "Dockerfile"
7}
8
9// Features to add to the dev container. More info: https://containers.dev/features.
10// "features": {},
11
12// Use 'forwardPorts' to make a list of ports inside the container available locally.
13// "forwardPorts": [],
14
15// Configure tool-specific properties.
16// "customizations": {},
17
18// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
19// "remoteUser": "root"
20}