create-midnight-app
Version:
🌙 Scaffold for building Midnight smart contracts with dynamic type detection and automated CLI generation
26 lines (25 loc) • 587 B
JSON
{
"version": "2.0.0",
"tasks": [
{
"label": "Compile compact file to JS",
"type": "shell",
"command": "npx run-compactc --skip-zk ${file} ${workspaceFolder}/src/managed",
"group": "build",
"presentation": {
"echo": true,
"reveal": "never",
"focus": false,
"panel": "shared",
"showReuseMessage": false,
"clear": true,
"revealProblems": "onProblem"
},
"problemMatcher": [
"$compactException",
"$compactInternal",
"$compactCommandNotFound"
]
}
]
}