The explanation was found at the following link.
API: watch ใใญใใใฃ - Nuxt.js
watch ใใญใใใฃใฏใตใผใใผใฎๅ่ตทๅใฎใใใซใซในใฟใ ใใกใคใซใ็ฃ่ฆใใฆใใใพใใ
export default {
...,
generate: {
fallback: true,
},
watch: ['static'],
}
By providing watch in the nuxt.config.js file as shown above, the target directory became a watch target as well.




Comments
โฆ