AFFiNE/packages/common/y-indexeddb/project.json

22 lines
502 B
JSON
Raw Normal View History

2023-06-30 20:17:31 +03:00
{
"name": "y-indexeddb",
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
2023-06-30 20:17:31 +03:00
"projectType": "library",
"sourceRoot": "packages/common/y-indexeddb/src",
2023-06-30 20:17:31 +03:00
"targets": {
"build": {
"executor": "@nx/vite:build",
"options": {
"outputPath": "packages/common/y-indexeddb/dist"
2023-06-30 20:17:31 +03:00
}
},
"serve": {
"executor": "@nx/vite:build",
"options": {
"outputPath": "packages/common/y-indexeddb/dist",
2023-06-30 20:17:31 +03:00
"watch": true
}
}
}
}