chore: fix codespace stuff

This commit is contained in:
2025-07-11 19:08:40 +00:00
parent d5875a78f0
commit 7003be3237
4 changed files with 3 additions and 18 deletions

View File

@@ -1,8 +1,7 @@
ARG VARIANT=bullseye
FROM --platform=linux/amd64 mcr.microsoft.com/devcontainers/base:0-${VARIANT}
FROM --platform=linux/amd64 mcr.microsoft.com/devcontainers/typescript-node:0-${VARIANT}
ENV BUN_INSTALL=/bun
RUN mkdir -p /bun \
&& curl -fsSL https://bun.sh/install | bash \
&& chown -R vscode /bun
&& curl -fsSL https://bun.sh/install | bash
ENV PATH=${BUN_INSTALL}/bin:${PATH}

View File

@@ -2,14 +2,5 @@
"name": "bun",
"build": {
"dockerfile": "Dockerfile"
},
"customizations": {
"vscode": {
"settings": {},
"extensions": []
}
},
"remoteUser": "vscode"
}
}