File tree 1 file changed +23
-30
lines changed
1 file changed +23
-30
lines changed Original file line number Diff line number Diff line change 1
1
export default defineNuxtConfig ( {
2
+
3
+ extends : [
4
+ './base' ,
5
+ ] ,
6
+
2
7
modules : [
3
8
'../src/module' ,
4
9
'@unocss/nuxt' ,
5
10
'@nuxt/test-utils/module' ,
6
11
'@nuxthub/core' ,
7
12
] ,
8
13
9
- extends : [
10
- './base' ,
11
- ] ,
14
+ imports : {
15
+ autoImport : false ,
16
+ } ,
17
+
18
+ devtools : {
19
+ enabled : true ,
20
+ } ,
21
+
22
+ compatibilityDate : '2024-07-18' ,
23
+
24
+ nitro : {
25
+ logLevel : 'verbose' ,
26
+ } ,
12
27
13
28
hub : {
14
29
cache : true ,
15
30
} ,
16
31
32
+ typescript : {
33
+ includeWorkspace : true ,
34
+ } ,
35
+
17
36
// ssr: false,
37
+
18
38
icon : {
19
39
customCollections : [
20
40
{
@@ -35,31 +55,4 @@ export default defineNuxtConfig({
35
55
scan : true ,
36
56
} ,
37
57
} ,
38
-
39
- nitro : {
40
- logLevel : 'verbose' ,
41
- // externals: {
42
- // external: [
43
- // (id) => {
44
- // if (id.match(/(?:[\\/]|^)(@iconify-json[\\/]|@iconify[\\/]json)/)) {
45
- // return true
46
- // }
47
- // },
48
- // ],
49
- // },
50
- } ,
51
-
52
- devtools : {
53
- enabled : true ,
54
- } ,
55
-
56
- typescript : {
57
- includeWorkspace : true ,
58
- } ,
59
-
60
- imports : {
61
- autoImport : false ,
62
- } ,
63
-
64
- compatibilityDate : '2024-07-18' ,
65
58
} )
You can’t perform that action at this time.
0 commit comments