mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-24 03:26:31 +03:00
27 lines
616 B
JSON
27 lines
616 B
JSON
{
|
|
"name": "@affine/copilot-plugin",
|
|
"$schema": "../../node_modules/nx/schemas/project-schema.json",
|
|
"namedInputs": {
|
|
"default": [
|
|
"{projectRoot}/**/*",
|
|
"{workspaceRoot}/packages/plugin-cli/src/**/*",
|
|
"sharedGlobals"
|
|
]
|
|
},
|
|
"targets": {
|
|
"build": {
|
|
"executor": "nx:run-script",
|
|
"options": {
|
|
"script": "build"
|
|
},
|
|
"dependsOn": ["^build"],
|
|
"inputs": ["default"],
|
|
"outputs": [
|
|
"{workspaceRoot}/apps/core/public/plugins/copilot",
|
|
"{workspaceRoot}/apps/electron/dist/plugins/copilot"
|
|
]
|
|
}
|
|
},
|
|
"tags": ["plugin"]
|
|
}
|