mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-10 16:34:53 +03:00
22 lines
482 B
JSON
22 lines
482 B
JSON
{
|
|
"name": "plugin-infra",
|
|
"$schema": "../../node_modules/nx/schemas/project-schema.json",
|
|
"projectType": "library",
|
|
"sourceRoot": "packages/plugin-infra/src",
|
|
"targets": {
|
|
"build": {
|
|
"executor": "@nx/vite:build",
|
|
"options": {
|
|
"outputPath": "packages/plugin-infra/dist"
|
|
}
|
|
},
|
|
"serve": {
|
|
"executor": "@nx/vite:build",
|
|
"options": {
|
|
"outputPath": "packages/plugin-infra/dist",
|
|
"watch": true
|
|
}
|
|
}
|
|
}
|
|
}
|