{
	"name": "kds",
	"$schema": "../../node_modules/nx/schemas/project-schema.json",
	"projectType": "application",
	"prefix": "kadi",
	"sourceRoot": "apps/kds/src",
	"tags": [],
	"targets": {
		"build": {
			"executor": "@nx/angular:browser-esbuild",
			"outputs": ["{options.outputPath}"],
			"options": {
				"outputPath": "dist/apps/kds",
				"index": "apps/kds/src/index.html",
				"main": "apps/kds/src/main.ts",
				"polyfills": ["zone.js"],
				"tsConfig": "apps/kds/tsconfig.app.json",
				"assets": ["apps/kds/src/assets"],
				"styles": ["apps/kds/src/styles.scss"],
				"scripts": []
			},
			"configurations": {
				"development": {
					"optimization": false,
					"extractLicenses": false,
					"sourceMap": true,
					"namedChunks": true
				},
				"staging": {
					"budgets": [
						{
							"type": "initial",
							"maximumWarning": "5mb",
							"maximumError": "10mb"
						},
						{
							"type": "anyComponentStyle",
							"maximumWarning": "50kb",
							"maximumError": "100kb"
						}
					],
					"fileReplacements": [
						{
							"replace": "apps/kds/src/environments/environment.ts",
							"with": "apps/kds/src/environments/environment.staging.ts"
						}
					],
					"outputHashing": "all"
				},
				"production": {
					"budgets": [
						{
							"type": "initial",
							"maximumWarning": "5mb",
							"maximumError": "10mb"
						},
						{
							"type": "anyComponentStyle",
							"maximumWarning": "2kb",
							"maximumError": "4kb"
						}
					],
					"fileReplacements": [
						{
							"replace": "apps/kds/src/environments/environment.ts",
							"with": "apps/kds/src/environments/environment.prod.ts"
						}
					],
					"outputHashing": "all"
				}
			},
			"defaultConfiguration": "development"
		},
		"serve": {
			"executor": "@nx/angular:dev-server",
			"options": {
				"port": 4205
			},
			"configurations": {
				"development": {
					"buildTarget": "kds:build:development"
				},
				"staging": {
					"buildTarget": "kds:build:staging"
				},
				"production": {
					"buildTarget": "kds:build:production"
				}
			},
			"defaultConfiguration": "development",
			"continuous": true
		},
		"test": {
			"outputs": ["{workspaceRoot}/coverage/{projectRoot}", "{workspaceRoot}/coverage/apps/kitchen/kds"],
			"options": {
				"passWithNoTests": true
			}
		},
		"cap": {
			"executor": "@nxext/capacitor:cap",
			"options": {
				"cmd": "--help"
			}
		},
		"add": {
			"executor": "@nxext/capacitor:cap",
			"options": {
				"cmd": "add"
			},
			"configurations": {
				"ios": {
					"cmd": "add ios"
				},
				"android": {
					"cmd": "add android"
				}
			}
		},
		"copy": {
			"executor": "@nxext/capacitor:cap",
			"options": {
				"cmd": "copy"
			},
			"configurations": {
				"ios": {
					"cmd": "copy ios"
				},
				"android": {
					"cmd": "copy android"
				}
			}
		},
		"open": {
			"executor": "@nxext/capacitor:cap",
			"options": {
				"cmd": "open"
			},
			"configurations": {
				"ios": {
					"cmd": "open ios"
				},
				"android": {
					"cmd": "open android"
				}
			}
		},
		"run": {
			"executor": "@nxext/capacitor:cap",
			"options": {
				"cmd": "run"
			},
			"configurations": {
				"ios": {
					"cmd": "run ios"
				},
				"android": {
					"cmd": "run android"
				}
			}
		},
		"sync": {
			"executor": "@nxext/capacitor:cap",
			"options": {
				"cmd": "sync"
			},
			"configurations": {
				"ios": {
					"cmd": "sync ios"
				},
				"android": {
					"cmd": "sync android"
				}
			}
		},
		"update": {
			"executor": "@nxext/capacitor:cap",
			"options": {
				"cmd": "update"
			},
			"configurations": {
				"ios": {
					"cmd": "update ios"
				},
				"android": {
					"cmd": "update android"
				}
			}
		}
	}
}
