We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afc3924 commit 8244fb8Copy full SHA for 8244fb8
2 files changed
.devcontainer/devcontainer.json
@@ -0,0 +1,22 @@
1
+{
2
+ "name": "T3 Code Dev",
3
+ "image": "debian:bookworm",
4
+ "features": {
5
+ "ghcr.io/devcontainers-extra/features/bun:1": {},
6
+ "ghcr.io/devcontainers/features/node:1": {
7
+ "version": "24",
8
+ "nodeGypDependencies": true
9
+ },
10
+ "ghcr.io/devcontainers/features/python:1": {
11
+ "version": "3.12"
12
+ }
13
14
+ "postCreateCommand": {
15
+ "bun-install": "bun install --backend=copyfile --frozen-lockfile"
16
17
+ "customizations": {
18
+ "vscode": {
19
+ "extensions": ["oxc.oxc-vscode"]
20
21
22
+}
.gitignore
@@ -21,3 +21,4 @@ apps/web/src/components/__screenshots__
.vitest-*
__screenshots__/
23
.tanstack
24
+squashfs-root/
0 commit comments