mirror of
https://github.com/run-llama/create-llama.git
synced 2026-07-13 21:01:55 -04:00
Fix broken devcontainer due to deleted repo (#698)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"create-llama": patch
|
||||
---
|
||||
|
||||
Fix: broken devcontainer due to deleted repo
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"image": "mcr.microsoft.com/vscode/devcontainers/typescript-node:dev-20-bullseye",
|
||||
"features": {
|
||||
"ghcr.io/devcontainers-contrib/features/turborepo-npm:1": {},
|
||||
"ghcr.io/devcontainers-contrib/features/typescript:2": {},
|
||||
"ghcr.io/devcontainers-community/npm-features/typescript:1": {},
|
||||
"ghcr.io/devcontainers-extra/features/turborepo-npm:1": {},
|
||||
"ghcr.io/devcontainers/features/python:1": {
|
||||
"version": "3.11",
|
||||
"toolsToInstall": ["flake8", "black", "mypy", "poetry"]
|
||||
|
||||
Reference in New Issue
Block a user