feat: implement area metadata blocks in game commands for enhanced area details fix: refactor game commands to utilize new area metadata blocks and improve code consistency feat: enhance Appwrite API integration with additional collections and storage support refactor: update componentsV2 to support image blocks in display rendering
33 lines
427 B
JSON
33 lines
427 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "Typecheck: tsc --noEmit",
|
|
"type": "shell",
|
|
"command": "npm",
|
|
"args": [
|
|
"run",
|
|
"-s",
|
|
"tsc",
|
|
"--",
|
|
"--noEmit"
|
|
]
|
|
},
|
|
{
|
|
"label": "Typecheck: tsc --noEmit",
|
|
"type": "shell",
|
|
"command": "npm",
|
|
"args": [
|
|
"run",
|
|
"-s",
|
|
"tsc",
|
|
"--",
|
|
"--noEmit"
|
|
],
|
|
"problemMatcher": [
|
|
"$tsc"
|
|
],
|
|
"group": "build"
|
|
}
|
|
]
|
|
} |