mirror of https://github.com/ghostfolio/ghostfolio
				
				
			
			You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							76 lines
						
					
					
						
							1.9 KiB
						
					
					
				
			
		
		
		
			
			
			
		
		
	
	
							76 lines
						
					
					
						
							1.9 KiB
						
					
					
				
								{
							 | 
						|
								  "defaultProject": "api",
							 | 
						|
								  "generators": {
							 | 
						|
								    "@nx/angular:application": {
							 | 
						|
								      "linter": "eslint",
							 | 
						|
								      "unitTestRunner": "jest",
							 | 
						|
								      "e2eTestRunner": "cypress"
							 | 
						|
								    },
							 | 
						|
								    "@nx/angular:library": {
							 | 
						|
								      "linter": "eslint",
							 | 
						|
								      "unitTestRunner": "jest"
							 | 
						|
								    },
							 | 
						|
								    "@nx/angular:component": {},
							 | 
						|
								    "@nx/nest": {}
							 | 
						|
								  },
							 | 
						|
								  "$schema": "./node_modules/nx/schemas/nx-schema.json",
							 | 
						|
								  "targetDefaults": {
							 | 
						|
								    "build": {
							 | 
						|
								      "dependsOn": ["^build"],
							 | 
						|
								      "inputs": ["production", "^production"],
							 | 
						|
								      "cache": true
							 | 
						|
								    },
							 | 
						|
								    "e2e": {
							 | 
						|
								      "inputs": ["default", "^production"],
							 | 
						|
								      "cache": true
							 | 
						|
								    },
							 | 
						|
								    "build-storybook": {
							 | 
						|
								      "inputs": [
							 | 
						|
								        "default",
							 | 
						|
								        "^production",
							 | 
						|
								        "{workspaceRoot}/.storybook/**/*",
							 | 
						|
								        "{projectRoot}/.storybook/**/*",
							 | 
						|
								        "{projectRoot}/tsconfig.storybook.json"
							 | 
						|
								      ],
							 | 
						|
								      "cache": true
							 | 
						|
								    },
							 | 
						|
								    "lint": {
							 | 
						|
								      "cache": true
							 | 
						|
								    },
							 | 
						|
								    "@nx/jest:jest": {
							 | 
						|
								      "inputs": ["default", "^production", "{workspaceRoot}/jest.preset.js"],
							 | 
						|
								      "cache": true,
							 | 
						|
								      "options": {
							 | 
						|
								        "passWithNoTests": true
							 | 
						|
								      },
							 | 
						|
								      "configurations": {
							 | 
						|
								        "ci": {
							 | 
						|
								          "ci": true,
							 | 
						|
								          "codeCoverage": true
							 | 
						|
								        }
							 | 
						|
								      }
							 | 
						|
								    }
							 | 
						|
								  },
							 | 
						|
								  "namedInputs": {
							 | 
						|
								    "default": ["{projectRoot}/**/*", "sharedGlobals"],
							 | 
						|
								    "sharedGlobals": [
							 | 
						|
								      "{workspaceRoot}/angular.json",
							 | 
						|
								      "{workspaceRoot}/tsconfig.base.json",
							 | 
						|
								      "{workspaceRoot}/nx.json"
							 | 
						|
								    ],
							 | 
						|
								    "production": [
							 | 
						|
								      "default",
							 | 
						|
								      "!{projectRoot}/**/?(*.)+(spec|test).[jt]s?(x)?(.snap)",
							 | 
						|
								      "!{projectRoot}/**/*.stories.@(js|jsx|ts|tsx|mdx)",
							 | 
						|
								      "!{projectRoot}/.storybook/**/*",
							 | 
						|
								      "!{projectRoot}/eslint.config.cjs",
							 | 
						|
								      "!{projectRoot}/jest.config.[jt]s",
							 | 
						|
								      "!{projectRoot}/src/test-setup.[jt]s",
							 | 
						|
								      "!{projectRoot}/tsconfig.storybook.json",
							 | 
						|
								      "!{projectRoot}/tsconfig.spec.json",
							 | 
						|
								      "!{projectRoot}/webpack.config.js"
							 | 
						|
								    ]
							 | 
						|
								  },
							 | 
						|
								  "parallel": 1,
							 | 
						|
								  "defaultBase": "origin/main"
							 | 
						|
								}
							 | 
						|
								
							 |