From f3a65d5a0fd01c01a189b94c768763ed85d1d8c7 Mon Sep 17 00:00:00 2001 From: deetz99 Date: Tue, 3 Dec 2024 14:08:31 -0800 Subject: [PATCH] fix nuxt config --- strr-host-pm-web/nuxt.config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/strr-host-pm-web/nuxt.config.ts b/strr-host-pm-web/nuxt.config.ts index 6bc0c9a16..48d8297dc 100644 --- a/strr-host-pm-web/nuxt.config.ts +++ b/strr-host-pm-web/nuxt.config.ts @@ -39,8 +39,8 @@ export default defineNuxtConfig({ }, extends: [ - '../strr-base-web' // dev only - // ['github:bcgov/STRR/strr-base-web', { install: true }] + // '../strr-base-web' // dev only + ['github:bcgov/STRR/strr-base-web', { install: true }] ], imports: {