mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 12:37:46 +00:00
Delete .devcontainer directory
This commit is contained in:
@@ -1,12 +0,0 @@
|
|||||||
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
|
|
||||||
// README at: https://github.com/devcontainers/templates/tree/main/src/typescript-node
|
|
||||||
{
|
|
||||||
"name": "TypeScript SDK",
|
|
||||||
"image": "mcr.microsoft.com/devcontainers/typescript-node:1-20-bullseye",
|
|
||||||
"postCreateCommand": "cd examples && npm run setup",
|
|
||||||
"customizations": {
|
|
||||||
"codespaces":{
|
|
||||||
"openFiles": ["examples/src/index.ts", "README.md"]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user