mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-30 18:14:29 +03:00
498683ff4c
Co-authored-by: DarkSky <darksky2048@gmail.com>
24 lines
610 B
JSON
24 lines
610 B
JSON
{
|
|
"name": "@affine/storage",
|
|
"$schema": "../../node_modules/nx/schemas/project-schema.json",
|
|
"projectType": "application",
|
|
"root": "packages/storage",
|
|
"sourceRoot": "packages/storage/src",
|
|
"targets": {
|
|
"build": {
|
|
"executor": "nx:run-script",
|
|
"dependsOn": ["^build"],
|
|
"options": {
|
|
"script": "build"
|
|
},
|
|
"inputs": [
|
|
{ "runtime": "rustc --version" },
|
|
{ "runtime": "node -v" },
|
|
{ "runtime": "clang --version" },
|
|
{ "runtime": "cargo tree" }
|
|
],
|
|
"outputs": ["{projectRoot}/*.node", "{workspaceRoot}/*.node"]
|
|
}
|
|
}
|
|
}
|