diff --git a/.devcontainer.json b/.devcontainer.json deleted file mode 100644 index d503acb..0000000 --- a/.devcontainer.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "onCreateCommand": "pipx install uv", - "updateContentCommand": "./scripts/install", - "postCreateCommand": "export PATH=$PATH:.venv/bin", - "postAttachCommand": "uv run plain dev", - "customizations": { - "codespaces": { - "openFiles": [ - "app/templates/example.html", - "app/urls.py" - ] - } - }, - "portsAttributes": { - "8443": { - "label": "Plain Dev", - "onAutoForward": "openBrowserOnce" - } - }, - "forwardPorts": [ - 8443 - ] -}