mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-27 18:12:54 +03:00
16 lines
327 B
JSON
16 lines
327 B
JSON
{
|
|
"name": "i18n",
|
|
"$schema": "../../node_modules/nx/schemas/project-schema.json",
|
|
"projectType": "library",
|
|
"sourceRoot": "packages/i18n/src",
|
|
"targets": {
|
|
"build": {
|
|
"executor": "nx:run-commands",
|
|
"options": {
|
|
"cwd": "packages/i18n",
|
|
"command": "node ./build.mjs"
|
|
}
|
|
}
|
|
}
|
|
}
|