Clearing Entity Click View on Clear and other notes

This commit is contained in:
2026-06-01 11:37:40 -04:00
parent 3974fcfb91
commit 026aebd5ad
13 changed files with 248 additions and 147 deletions
+1 -3
View File
@@ -11,9 +11,7 @@ class Website {
} else {
const hook = process.env.TEST_HOOK || '';
this.deploymentType = hook.includes('localhost') ? 'Local' : 'Dev';
this.baseUrl = this.deploymentType === 'Dev'
? 'https://calm-mud-04916b210.1.azurestaticapps.net'
: 'https://localhost:7234';
this.baseUrl = 'https://localhost:7234';
}
const BuildCalculatorPage = require('../pages/buildCalculatorPage');