File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -219,4 +219,8 @@ yarn dev
219219yarn test
220220```
221221
222+ > [ !NOTE]
223+ > If using VSCode, you can also run and debug tests directly from the editor.
224+ > In case the VS Code Plugin stops reading tests use 'Developer: Reload Window'.
225+
222226<p align =" right " >(<a href =" #development-top " >back to top</a >)</p >
Original file line number Diff line number Diff line change @@ -3,6 +3,10 @@ export default defineNuxtConfig({
33 compatibilityDate : '2024-04-03' ,
44 devtools : { enabled : true } ,
55
6+ ignoreOptions : {
7+ allowRelativePaths : true ,
8+ } ,
9+
610 routeRules : {
711 // Home generated on demand, revalidates in background, cached for 1 hour (3600 seconds)
812 '/' : { isr : 3600 } ,
@@ -49,14 +53,6 @@ export default defineNuxtConfig({
4953 prefix : '' ,
5054 componentDir : './components/ui'
5155 } ,
52- postcss : {
53- plugins : {
54- 'postcss-import' : { } ,
55- 'tailwindcss/nesting' : { } ,
56- 'tailwindcss' : { } ,
57- 'autoprefixer' : { } ,
58- } ,
59- } ,
6056 tailwindcss : {
6157 cssPath : '~/assets/styles/main.css' ,
6258 } ,
You can’t perform that action at this time.
0 commit comments