mirror of
https://github.com/lone-cloud/gerbil
synced 2026-06-03 19:54:44 -07:00
13 lines
232 B
JSON
Executable file
13 lines
232 B
JSON
Executable file
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "Start Development Server",
|
|
"type": "shell",
|
|
"command": "npm run dev",
|
|
"isBackground": true,
|
|
"problemMatcher": [],
|
|
"group": "build"
|
|
}
|
|
]
|
|
}
|