fix some styleguid configurations

This commit is contained in:
Ulf Gebhardt 2023-01-30 12:05:49 +01:00
parent fa29cf1540
commit d779695800
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
import defaultConfig from './nuxt.config.js'
import defaultConfig from '../../nuxt.config.js'
const { css, styleResources, manifest } = defaultConfig

View File

@ -12,7 +12,7 @@
"storybook": "cross-env NODE_OPTIONS=--openssl-legacy-provider start-storybook -p 3002 -s ./static -c storybook/",
"build": "cross-env NODE_OPTIONS=--openssl-legacy-provider nuxt build",
"start": "cross-env NODE_OPTIONS=--openssl-legacy-provider nuxt start",
"generate:maintenance": "cross-env NODE_OPTIONS=--openssl-legacy-provider nuxt generate -c nuxt.config.maintenance.js",
"generate:maintenance": "cross-env NODE_OPTIONS=--openssl-legacy-provider nuxt generate -c maintenance/source/nuxt.config.maintenance.js",
"generate": "cross-env NODE_OPTIONS=--openssl-legacy-provider nuxt generate",
"lint": "eslint --ext .js,.vue .",
"locales": "../scripts/translations/missing-keys.sh && ../scripts/translations/sort.sh",