mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-10 15:44:12 +03:00
26 lines
567 B
JSON
26 lines
567 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"
|
|
}
|
|
],
|
|
"outputs": ["{projectRoot}/*.node", "{workspaceRoot}/*.node"]
|
|
}
|
|
}
|
|
}
|