{
  "name": "v8-loom-service",
  "$schema": "../../../node_modules/nx/schemas/project-schema.json",
  "sourceRoot": "apps/v8/loom-service/src",
  "projectType": "application",
  "tags": ["scope:yemaya", "type:app", "v8:ariadne"],
  "targets": {
    "build": {
      "executor": "nx:run-commands",
      "options": { "cwd": "apps/v8/loom-service", "command": "tsc -p tsconfig.json --noEmit" }
    },
    "typecheck": {
      "executor": "nx:run-commands",
      "options": { "cwd": "apps/v8/loom-service", "command": "tsc -p tsconfig.json --noEmit" }
    },
    "test": {
      "executor": "@nx/vite:test",
      "outputs": ["{workspaceRoot}/coverage/apps/v8/loom-service"],
      "options": { "config": "apps/v8/loom-service/vitest.config.ts" }
    },
    "lint": {
      "executor": "@nx/eslint:lint",
      "options": { "lintFilePatterns": ["apps/v8/loom-service/src/**/*.ts"] }
    }
  }
}
