File tree Expand file tree Collapse file tree 5 files changed +17
-5
lines changed Expand file tree Collapse file tree 5 files changed +17
-5
lines changed Original file line number Diff line number Diff line change 1
- export default {
1
+ import NuxtConfiguration from '@nuxt/config'
2
+
3
+ const config : NuxtConfiguration = {
2
4
hooks : {
3
5
listen ( ) {
4
6
if ( process . send ) {
@@ -7,3 +9,5 @@ export default {
7
9
}
8
10
}
9
11
}
12
+
13
+ export default config
Original file line number Diff line number Diff line change 1
- export default { }
1
+ import NuxtConfiguration from '@nuxt/config'
2
+
3
+ const config : NuxtConfiguration = { }
4
+
5
+ export default config
Original file line number Diff line number Diff line change 1
- export default {
1
+ import NuxtConfiguration from '@nuxt/config'
2
+
3
+ const config : NuxtConfiguration = {
2
4
build : {
3
5
loaders : {
4
6
vueStyle : {
@@ -12,3 +14,5 @@ export default {
12
14
}
13
15
}
14
16
}
17
+
18
+ export default config
Original file line number Diff line number Diff line change 1
- import NuxtConfiguration from '@nuxt/config-edge '
1
+ import NuxtConfiguration from '@nuxt/config'
2
2
3
3
const config : NuxtConfiguration = {
4
4
head : {
Original file line number Diff line number Diff line change 1
- import NuxtConfiguration from '@nuxt/config-edge '
1
+ import NuxtConfiguration from '@nuxt/config'
2
2
3
3
const config : NuxtConfiguration = {
4
4
plugins : [ '~/plugins/hello' ]
You can’t perform that action at this time.
0 commit comments