Skip to content

Commit 70b76b0

Browse files
committed
chore(dev-server): add watch from folder
1 parent 52f1859 commit 70b76b0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

nuxt.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,5 +96,8 @@ export default defineNuxtConfig({
9696
base: './data',
9797
},
9898
},
99+
devServer: {
100+
watch: ['./data'],
101+
},
99102
},
100103
})

0 commit comments

Comments
 (0)