diff options
| author | seth <[email protected]> | 2023-12-20 20:27:18 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-12-21 02:34:37 +0000 |
| commit | 5aa2e6c0c6e4c73d93307e9f70803237006afb28 (patch) | |
| tree | f26a67452e2d4a4ed30506e533ac17cc95184fac /.devcontainer/devcontainer.json | |
| parent | 2a6f22fc1f1939b102fb8925bf04914a4b553e17 (diff) | |
go back to lume
Diffstat (limited to '.devcontainer/devcontainer.json')
| -rw-r--r-- | .devcontainer/devcontainer.json | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json deleted file mode 100644 index 96b1a1b..0000000 --- a/.devcontainer/devcontainer.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "name": "website", - "build": { - "dockerfile": "Dockerfile", - "args": { - "VARIANT": "18-bullseye", - "NODE_VERSION": "18.16.0" - } - }, - "waitFor": "onCreateCommand", - - "updateContentCommand": "pnpm install", - "postCreateCommand": "", - "postAttachCommand": { - "serve": "pnpm dev" - }, - - "customizations": { - "vscode": { - "extensions": [ - "astro-build.astro-vscode", - "editorconfig.editorconfig", - "dbaeumer.vscode-eslint", - "github.vscode-github-actions", - "me-dutour-mathieu.vscode-github-actions", - "ecmel.vscode-html-css", - "ms-vscode.vscode-typescript-next", - "bierner.lit-html", - "esbenp.prettier-vscode", - "rvest.vs-code-prettier-eslint", - "syler.sass-indented", - "bradlc.vscode-tailwindcss" - ] - } - }, - - "portsAttributes": { - "3000": { - "label": "website", - "onAutoForward": "openPreview" - } - }, - - "forwardPorts": [3000], - - "remoteUser": "node" -} |
