Skip to content

Commit

Permalink
fix nuxt config
Browse files Browse the repository at this point in the history
  • Loading branch information
deetz99 committed Dec 3, 2024
1 parent 20ec499 commit f3a65d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions strr-host-pm-web/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit f3a65d5

Please sign in to comment.