feat: watch pages and components directory
This commit is contained in:
parent
0e4bc2e8fa
commit
c5dea1ec70
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
|||
//https://nitro.unjs.io/config
|
||||
export default defineNitroConfig({
|
||||
devServer: {
|
||||
watch: ["./src/pages", "./src/components"],
|
||||
},
|
||||
serverAssets: [
|
||||
{
|
||||
baseName: "pages",
|
||||
|
|
Loading…
Reference in a new issue