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