13 lines
207 B
JSON
13 lines
207 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "Run GoMeme Server",
|
|
"type": "shell",
|
|
"command": "go run ./cmd/server",
|
|
"isBackground": true,
|
|
"problemMatcher": [],
|
|
"group": "build"
|
|
}
|
|
]
|
|
} |