From 9f64d3a18eb92c4845dac38265acecef2931490b Mon Sep 17 00:00:00 2001 From: Adam Mathes Date: Sun, 15 Feb 2026 14:11:19 -0800 Subject: Add devcontainer configuration and update documentation for containerized development --- .devcontainer/devcontainer.json | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to '.devcontainer') diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index af4ea12..d7ada69 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,14 +1,10 @@ +// Note: This config is untested in Antigravity. Use vanilla Docker for reliability { - "name": "Neko (Podman)", + "name": "Neko (Dev)", "build": { "dockerfile": "Dockerfile", "context": ".." }, - "features": { - "ghcr.io/devcontainers/features/node:1": { - "node": "20" - } - }, "customizations": { "vscode": { "settings": { -- cgit v1.2.3