Reload when locally linked hydrogen-web changes

This commit is contained in:
Eric Eastwood 2022-02-16 14:55:52 -06:00
parent 56f7d17126
commit d9af4b6b7c
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ const viteConfig = require('../vite.config');
nodemon({
script: path.join(__dirname, './server.js'),
ext: 'js json',
ignoreRoot: ['.git'],
ignore: [path.join(__dirname, '../dist/*')],
});