feat: initial commit

This commit is contained in:
Krise
2023-08-02 11:42:48 +00:00
parent 91ad3a16b6
commit 681e14ab9f
17 changed files with 2663 additions and 54785 deletions

View File

@@ -8,6 +8,13 @@
// Features to add to the dev container. More info: https://containers.dev/features.
"features": {
"ghcr.io/devcontainers-contrib/features/redis-homebrew:1": {}
},
"customizations": {
"vscode": {
"extensions": [
"ZixuanChen.vitest-explorer"
]
}
}
// Use 'forwardPorts' to make a list of ports inside the container available locally.