{ "name": "cf-worker", "$schema": "../../node_modules/nx/schemas/project-schema.json", "sourceRoot": "apps/cf-worker/src", "projectType": "application", "targets": { "serve": { "executor": "nx:run-commands", "options": { "command": "wrangler dev", "cwd": "apps/cf-worker" } }, "lint": { "executor": "@nrwl/linter:eslint", "outputs": ["{options.outputFile}"], "options": { "lintFilePatterns": ["apps/cf-worker/**/*.ts"] } } }, "tags": [] }