@legend-ssr/router
Version:
High-performance radix tree router for Legend framework
25 lines (23 loc) • 619 B
JSON
{
"name": "@legend-ssr/router",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "packages/router/src",
"projectType": "library",
"targets": {
"build": {
"executor": "nx:run-commands",
"outputs": ["{workspaceRoot}/packages/router/dist"],
"options": {
"command": "tsc -p packages/router/tsconfig.json"
},
"dependsOn": ["@legend-ssr/common:build"]
},
"clean": {
"executor": "nx:run-commands",
"options": {
"command": "rm -rf packages/router/dist"
}
}
},
"tags": ["type:library", "scope:router"]
}