Skip to content

Commit

Permalink
layer fix
Browse files Browse the repository at this point in the history
  • Loading branch information
deetz99 committed Dec 17, 2024
1 parent 5695cf7 commit da76f76
Show file tree
Hide file tree
Showing 11 changed files with 945 additions and 612 deletions.
2 changes: 1 addition & 1 deletion strr-base-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"vitest": "^1.6.0"
},
"dependencies": {
"@daxiom/nuxt-core-layer-test": "^0.0.14",
"@daxiom/nuxt-core-layer-test": "^0.0.15",
"@vuepic/vue-datepicker": "^9.0.3",
"country-codes-list": "^1.6.11",
"luxon": "^3.5.0",
Expand Down
8 changes: 4 additions & 4 deletions strr-base-web/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 7 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,9 @@ export default defineNuxtConfig({
},

extends: [
// '../strr-base-web' // dev only
['github:bcgov/STRR/strr-base-web', { install: true }]
['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
],

imports: {
Expand Down Expand Up @@ -87,5 +88,9 @@ export default defineNuxtConfig({
optimizeDeps: { // optimize immediately instead of after visiting page, prevents page reload in dev when initially visiting a page with these deps
include: ['zod', 'uuid', 'vitest']
}
},

build: {
transpile: ['nitropack']
}
})
4 changes: 2 additions & 2 deletions strr-host-pm-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "strr-host-pm-web",
"private": true,
"type": "module",
"version": "0.0.11",
"version": "0.0.12",
"scripts": {
"build-check": "nuxt build",
"build": "nuxt generate",
Expand Down Expand Up @@ -42,7 +42,7 @@
"vitest": "^1.6.0"
},
"dependencies": {
"@daxiom/nuxt-core-layer-test": "^0.0.14",
"@daxiom/nuxt-core-layer-test": "^0.0.15",
"@nuxt/ui": "2.19.2",
"@vuepic/vue-datepicker": "^9.0.3",
"country-codes-list": "^1.6.11",
Expand Down
Loading

0 comments on commit da76f76

Please sign in to comment.