Merge branch 'update-cypress' into 'master'

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

See merge request unboundsoftware/dancefinder/dancefinder-app!60
This commit was merged in pull request #109.
This commit is contained in:
2021-11-09 18:45:52 +00:00
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'
}