mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-14 21:31:47 +03:00
265ee81666
plugin system need redesign
18 lines
425 B
JSON
18 lines
425 B
JSON
{
|
|
"name": "@affine/electron",
|
|
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
|
|
"projectType": "application",
|
|
"root": "packages/frontend/electron",
|
|
"sourceRoot": "packages/frontend/electron/src",
|
|
"targets": {
|
|
"build": {
|
|
"executor": "nx:run-script",
|
|
"dependsOn": ["^build"],
|
|
"options": {
|
|
"script": "build"
|
|
},
|
|
"outputs": ["{projectRoot}/dist"]
|
|
}
|
|
}
|
|
}
|