Initial commit
This commit is contained in:
14
.vscode/tasks.json
vendored
Normal file
14
.vscode/tasks.json
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"version": "2.0.0",
|
||||
"tasks": [
|
||||
{
|
||||
"type": "npm",
|
||||
"script": "build",
|
||||
"path": "svelte",
|
||||
"group": "build",
|
||||
"problemMatcher": [],
|
||||
"label": "npm: build - svelte",
|
||||
"detail": "vite build"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user