{
  "name": "@brigid/energy-ms",
  "$schema": "../../../../node_modules/nx/schemas/project.json",
  "sourceRoot": "apps/brigid/energy/src",
  "projectType": "application",
  "targets": {
    "build": {
      "executor": "nx:run-commands",
      "outputs": ["{workspaceRoot}/dist/apps/brigid/energy"],
      "options": {
        "command": "tsc -p tsconfig.build.json",
        "cwd": "apps/brigid/energy"
      }
    },
    "test": {
      "executor": "nx:run-commands",
      "options": {
        "command": "npx vitest run",
        "cwd": "apps/brigid/energy"
      }
    },
    "lint": {
      "executor": "nx:run-commands",
      "options": {
        "command": "eslint src/ --max-warnings 0 --no-warn-ignored",
        "cwd": "apps/brigid/energy"
      }
    }
  },
  "tags": ["scope:brigid"]
}
