{
  "name": "neith-vault-selfhost",
  "$schema": "../../../node_modules/nx/schemas/project-schema.json",
  "sourceRoot": "libs/neith/vault-selfhost",
  "projectType": "application",
  "tags": ["scope:neith", "layer:security", "type:app"],
  "targets": {
    "test": {
      "executor": "nx:run-commands",
      "options": { "command": "go test ./...", "cwd": "libs/neith/vault-selfhost" }
    },
    "build": {
      "executor": "nx:run-commands",
      "outputs": ["{projectRoot}/neith-vault-selfhost"],
      "options": {
        "command": "CGO_ENABLED=0 go build -trimpath -ldflags='-s -w' -o neith-vault-selfhost .",
        "cwd": "libs/neith/vault-selfhost"
      }
    }
  }
}
