Skip to content

Commit

Permalink
Merge pull request #32 from gematik/publishInternalRelease-50
Browse files Browse the repository at this point in the history
Publish Release 4.12.0
  • Loading branch information
serdarde authored Aug 19, 2024
2 parents efa3381 + 2f3130b commit 98b6d78
Show file tree
Hide file tree
Showing 4 changed files with 14,825 additions and 16,816 deletions.
9 changes: 8 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,12 @@
"no-console": "off",
"@typescript-eslint/no-var-requires": "off"
},
"ignorePatterns": ["node_modules/", "dist/", ".nuxt/", "coverage/"]
"ignorePatterns": ["node_modules/", "dist/", ".nuxt/", "coverage/"],
"settings": {
"import/resolver": {
"node": {
"extensions": [".js", ".jsx", ".ts", ".tsx"]
}
}
}
}
10 changes: 7 additions & 3 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ try {
export default defineNuxtConfig({
// make src dir source of nuxt
srcDir: './src',
ssr: false,

ssr: false,
css: ['~/index.css'],

modules: [
'@nuxtjs/tailwindcss',
'@pinia/nuxt',
Expand All @@ -24,9 +25,12 @@ export default defineNuxtConfig({
}
]
],

runtimeConfig: {
public: {
defaultConfigs
}
}
})
},

compatibilityDate: '2024-08-14'
})
Loading

0 comments on commit 98b6d78

Please sign in to comment.