🚧 chore(delete): upcoming new

This commit is contained in:
Abhiraj Roy
2024-06-05 04:15:35 +05:30
parent 90cd06ec91
commit 5213602dff
194 changed files with 0 additions and 31841 deletions

View File

@@ -1,7 +0,0 @@
{
"recommendations": [
"bradlc.vscode-tailwindcss",
"budparr.language-hugo-vscode",
"tamasfe.even-better-toml"
]
}

25
.vscode/tasks.json vendored
View File

@@ -1,25 +0,0 @@
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
"version": "2.0.0",
"tasks": [
{
"label": "Development",
"type": "shell",
"command": "yarn dev:example",
"isBackground": true,
"group": {
"kind": "test",
"isDefault": true
},
},
{
"label": "Build",
"type": "shell",
"command": "yarn build:example",
"group": {
"kind": "build",
"isDefault": true
}
}
]
}