diff --git a/README.md b/README.md
index a7e7e678a..4b12c53eb 100644
--- a/README.md
+++ b/README.md
@@ -4,13 +4,13 @@
## Project setup
```
-npm install -g pnpm
+npm install -g pnpm@9
pnpm install
```
### Compiles and hot-reloads for development
```
-pnpm run serve
+pnpm run dev
```
### Compiles and minifies for production
diff --git a/app/.env.example b/app/.env.example
index a65f1327b..6fc434521 100644
--- a/app/.env.example
+++ b/app/.env.example
@@ -3,7 +3,6 @@ VUE_APP_PATH="/"
#vaults web-url
VUE_APP_REGISTRY_HOME_URL="https://dev.bcregistry.gov.bc.ca/"
VUE_APP_AUTH_WEB_URL="https://dev.account.bcregistry.gov.bc.ca/"
-VUE_APP_BUSINESSES_URL="https://dev.account.bcregistry.gov.bc.ca/"
VUE_APP_CORPORATE_ONLINE_URL="https://www.corporateonline.gov.bc.ca"
VUE_APP_BUSINESS_DASH_URL="https://dev.business-dashboard.bcregistry.gov.bc.ca/"
VUE_APP_BUSINESS_REGISTRY_URL="https://dev.business-registry-dashboard.bcregistry.gov.bc.ca/"
@@ -27,7 +26,7 @@ VUE_APP_NAMEX_API_VERSION="/api/v1"
VUE_APP_NAMEX_API_KEY=
VUE_APP_STATUS_API_URL="https://status-api-dev.apps.gold.devops.gov.bc.ca"
VUE_APP_STATUS_API_VERSION="/api/v1"
-VUE_APP_REGISTRIES_SEARCH_API_URL="https://bcregistry-dev.apigee.net/registry-search"
+VUE_APP_REGISTRIES_SEARCH_API_URL="https://test.api.connect.gov.bc.ca/registry-search-dev"
VUE_APP_REGISTRIES_SEARCH_API_VERSION_2="/api/v2"
VUE_APP_REGISTRIES_SEARCH_API_KEY=
@@ -40,9 +39,9 @@ VUE_APP_KEYCLOAK_REALM="bcregistry"
VUE_APP_KEYCLOAK_CLIENTID="name-requests-web"
VUE_APP_AUTH_TOKEN_URL="https://dev.loginproxy.gov.bc.ca/auth/realms/bcregistry/protocol/openid-connect/token"
-#vaults webchat
+#vaults name-request
VUE_APP_HOTJAR_ID=""
-VUE_APP_QUICK_SEARCH_PUBLIC_ID=""
+VUE_APP_QUICK_SEARCH_PUBLIC_ID="namex-solr-service-account"
VUE_APP_QUICK_SEARCH_PUBLIC_SECRET=""
#vaults webchat
diff --git a/app/.eslintrc.js b/app/.eslintrc.js
index 53d4a57e8..33acdc9e5 100644
--- a/app/.eslintrc.js
+++ b/app/.eslintrc.js
@@ -47,10 +47,7 @@ module.exports = {
files: [
'**/__tests__/*.{j,t}s?(x)',
'**/tests/unit/**/*.spec.{j,t}s?(x)'
- ],
- env: {
- jest: true
- }
+ ]
}
]
}
diff --git a/app/babel.config.js b/app/babel.config.js
index 053075b1a..6925be40b 100644
--- a/app/babel.config.js
+++ b/app/babel.config.js
@@ -1,6 +1,3 @@
module.exports = {
- presets: [
- '@vue/cli-plugin-babel/preset'
- ],
plugins: ['@babel/plugin-proposal-private-methods']
}
diff --git a/app/devops/vaults.env b/app/devops/vaults.env
index d8ced22fc..cd9e81721 100644
--- a/app/devops/vaults.env
+++ b/app/devops/vaults.env
@@ -4,7 +4,6 @@ VUE_APP_PATH=/
#vaults web-url
VUE_APP_REGISTRY_HOME_URL="op://web-url/$APP_ENV/registry/REGISTRY_HOME_URL"
VUE_APP_AUTH_WEB_URL="op://web-url/$APP_ENV/auth-web/AUTH_WEB_URL"
-VUE_APP_BUSINESSES_URL="op://web-url/$APP_ENV/business/BUSINESSES_URL"
VUE_APP_CORPORATE_ONLINE_URL="op://web-url/$APP_ENV/bcregistry/COLIN_URL"
VUE_APP_BUSINESS_DASH_URL="op://web-url/$APP_ENV/business-dash/BUSINESS_DASH_URL"
VUE_APP_BUSINESS_REGISTRY_URL="op://web-url/$APP_ENV/business-registry-ui/BUSINESS_REGISTRY_URL"
@@ -41,7 +40,7 @@ VUE_APP_KEYCLOAK_REALM="op://keycloak/$APP_ENV/base/KEYCLOAK_REALMNAME"
VUE_APP_KEYCLOAK_CLIENTID="op://keycloak/$APP_ENV/name-requests-web/UI_KEYCLOAK_RESOURCE_NAME"
VUE_APP_AUTH_TOKEN_URL="op://keycloak/$APP_ENV/base/KEYCLOAK_AUTH_TOKEN_URL"
-#vaults webchat
+#vaults name-request
VUE_APP_HOTJAR_ID="op://name-request/$APP_ENV/ui/HOTJAR_ID"
VUE_APP_QUICK_SEARCH_PUBLIC_ID="op://name-request/$APP_ENV/ui/QUICK_SEARCH_PUBLIC_ID"
VUE_APP_QUICK_SEARCH_PUBLIC_SECRET="op://name-request/$APP_ENV/ui/QUICK_SEARCH_PUBLIC_SECRET"
diff --git a/app/public/index.html b/app/index.html
similarity index 72%
rename from app/public/index.html
rename to app/index.html
index 8a288deb6..72459311a 100644
--- a/app/public/index.html
+++ b/app/index.html
@@ -4,9 +4,7 @@
-
-
-