0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 16:22:44 +00:00

Merge branch 'master' into pr/2622

This commit is contained in:
Trevor Buckner
2023-01-27 14:26:05 -05:00
23 changed files with 1984 additions and 1929 deletions

View File

@@ -137,6 +137,6 @@ fs.emptyDirSync('./build');
if(isDev){
livereload('./build');
watchFile('./server.js', {
watch : ['./client', './server'] // Watch additional folders if you want
watch : ['./client', './server', './themes'] // Watch additional folders if you want
});
}