build: update cypress-version, add .dockerignore and change mode -> ssr

This commit is contained in:
2021-11-09 19:32:10 +01:00
parent 55ebe780b8
commit 6d86feb6cb
3 changed files with 11 additions and 2 deletions
+9
View File
@@ -0,0 +1,9 @@
.gitlab
.nuxt
dist
node_modules
.envrc
.gitlab-ci.yml
.graphqlconfig
Dockerfile
*.iml
+1 -1
View File
@@ -1,4 +1,4 @@
FROM cypress/base:12.18.3 as builder
FROM cypress/base:16.5.0 as builder
WORKDIR /build
+1 -1
View File
@@ -93,7 +93,6 @@ export default {
numberFormats
}
},
mode: 'spa',
modules: [
'nuxt-i18n',
'@nuxtjs/sentry',
@@ -114,6 +113,7 @@ export default {
dsn: 'https://da2e8d42185a4013909d49955432a116@sentry.io/5187660',
config: {} // Additional config
},
ssr: false,
vuetify: {
optionsPath: './vuetify.options.js'
}