Compare commits
1 Commits
main
..
6b1b7c43a7
| Author | SHA1 | Date | |
|---|---|---|---|
| 6b1b7c43a7 |
+1
-1
@@ -12,7 +12,7 @@ COPY . /build
|
||||
RUN npm run postinstall && npm run generate && npm run lint
|
||||
#RUN yarn start:ci & yarn wait && yarn test:cypress
|
||||
|
||||
FROM amd64/nginx:1.29.8@sha256:b4c899988815cfc0fdff1151e28d8e97eff1291e153a912b787bfcd5e4b0a819
|
||||
FROM amd64/nginx:1.29.6@sha256:d1073a71021ff031d41512329eb2ba01a1174faaef5f2ed0b10972a8a236ae14
|
||||
MAINTAINER Joakim Olsson <joakim@unbound.se>
|
||||
|
||||
COPY --from=builder /build/.output/public/ /usr/share/nginx/html/
|
||||
|
||||
@@ -66,22 +66,6 @@ export default defineNuxtConfig({
|
||||
},
|
||||
},
|
||||
},
|
||||
optimizeDeps: {
|
||||
include: [
|
||||
'@vue/devtools-core',
|
||||
'@vue/devtools-kit',
|
||||
'@auth0/auth0-vue',
|
||||
'@apollo/client/core',
|
||||
'@apollo/client/link/context',
|
||||
'@apollo/client/link/ws',
|
||||
'@apollo/client/utilities',
|
||||
'@opentelemetry/api',
|
||||
'@vue/apollo-composable',
|
||||
'@grafana/faro-web-sdk',
|
||||
'@grafana/faro-web-tracing',
|
||||
'@opentelemetry/instrumentation-fetch',
|
||||
],
|
||||
},
|
||||
resolve: {
|
||||
dedupe: ['pinia'],
|
||||
},
|
||||
|
||||
Generated
+307
-1757
File diff suppressed because it is too large
Load Diff
+9
-9
@@ -28,23 +28,23 @@
|
||||
"@nuxtjs/i18n": "10.2.4",
|
||||
"@stylistic/eslint-plugin": "5.10.0",
|
||||
"@vue/test-utils": "2.4.6",
|
||||
"esbuild": "0.28.0",
|
||||
"eslint": "10.2.0",
|
||||
"eslint-plugin-simple-import-sort": "13.0.0",
|
||||
"esbuild": "0.27.4",
|
||||
"eslint": "10.1.0",
|
||||
"eslint-plugin-simple-import-sort": "12.1.1",
|
||||
"eslint-plugin-vue": "10.8.0",
|
||||
"nuxt": "4.4.2",
|
||||
"postcss-html": "1.8.1",
|
||||
"sass": "1.99.0",
|
||||
"stylelint": "17.6.0",
|
||||
"sass": "1.98.0",
|
||||
"stylelint": "17.5.0",
|
||||
"stylelint-config-recommended-vue": "1.6.1",
|
||||
"stylelint-config-standard": "40.0.0",
|
||||
"typescript": "6.0.2",
|
||||
"typescript-eslint": "8.58.1",
|
||||
"typescript-eslint": "8.57.2",
|
||||
"vite-plugin-vuetify": "2.1.3",
|
||||
"vue": "3.5.32",
|
||||
"vue": "3.5.30",
|
||||
"vue-eslint-parser": "10.4.0",
|
||||
"vue-router": "4.6.4",
|
||||
"vuetify": "4.0.5"
|
||||
"vuetify": "3.12.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@apollo/client": "3.14.1",
|
||||
@@ -55,7 +55,7 @@
|
||||
"@pinia/nuxt": "0.11.3",
|
||||
"@vue/apollo-composable": "4.2.2",
|
||||
"date-fns": "4.1.0",
|
||||
"graphql": "16.13.2",
|
||||
"graphql": "16.13.1",
|
||||
"graphql-tag": "2.12.6",
|
||||
"pinia": "3.0.4",
|
||||
"pinia-plugin-persistedstate": "4.7.1",
|
||||
|
||||
Reference in New Issue
Block a user