mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	Ability to override base url
This commit is contained in:
		
							parent
							
								
									2707d97d2a
								
							
						
					
					
						commit
						ec9b90a7bd
					
				| @ -28,7 +28,7 @@ | ||||
|     "fmt": "biome format src --write", | ||||
|     "fmt:check": "biome check src", | ||||
|     "ts:check": "tsc", | ||||
|     "e2e": "NODE_OPTIONS=\"${NODE_OPTIONS:-} --no-experimental-fetch\" yarn run cypress open --config baseUrl='http://localhost:3000' --env AUTH_USER=admin,AUTH_PASSWORD=unleash4all", | ||||
|     "e2e": "NODE_OPTIONS=\"${NODE_OPTIONS:-} --no-experimental-fetch\" yarn run cypress open --config baseUrl=\"${BASE_URL:-http://localhost:3000}\" --env AUTH_USER=admin,AUTH_PASSWORD=unleash4all", | ||||
|     "e2e:oss": "yarn --cwd frontend run cypress run --spec \"cypress/oss/**/*.spec.ts\" --config baseUrl=\"http://localhost:${EXPOSED_PORT:-4242}\" --env AUTH_USER=admin,AUTH_PASSWORD=unleash4all", | ||||
|     "e2e:heroku": "NODE_OPTIONS=\"${NODE_OPTIONS:-} --no-experimental-fetch\" yarn run cypress open --config baseUrl='https://unleash.herokuapp.com' --env AUTH_USER=admin,AUTH_PASSWORD=unleash4all", | ||||
|     "gen:api": "NODE_OPTIONS=\"${NODE_OPTIONS:-} --no-experimental-fetch\" orval --config orval.config.js", | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user