@logaflow/next
Version:
This library was generated with [Nx](https://nx.dev).
26 lines (25 loc) • 562 B
JSON
{
"name": "next",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "libs/next/src",
"projectType": "library",
"tags": [],
"targets": {
"build": {
"executor": "@nrwl/vite:build",
"outputs": ["{options.outputPath}"],
"defaultConfiguration": "production",
"options": {
"outputPath": "libs/next/dist"
},
"configurations": {
"development": {
"mode": "development"
},
"production": {
"mode": "production"
}
}
}
}
}