From d76962c1ee391b710de9ce7ea216496e6ced0ac9 Mon Sep 17 00:00:00 2001 From: deetz99 Date: Mon, 13 Jan 2025 10:46:23 -0800 Subject: [PATCH] fix --- strr-platform-web/nuxt.config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/strr-platform-web/nuxt.config.ts b/strr-platform-web/nuxt.config.ts index 3d7e65c5c..2a73a788d 100644 --- a/strr-platform-web/nuxt.config.ts +++ b/strr-platform-web/nuxt.config.ts @@ -20,8 +20,8 @@ export default defineNuxtConfig({ ], extends: [ - // ['github:bcgov/STRR/strr-base-web', { install: true }], - '../strr-base-web', // dev only + ['github:bcgov/STRR/strr-base-web', { install: true }], + // '../strr-base-web', // dev only '@daxiom/nuxt-core-layer-test' // extend again, this prevents the payApi plugin error ],