0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-22 13:57:51 +00:00

Merge branch 'fix-indent-in-monster-blocks' of https://github.com/5e-Cleric/homebrewery into fix-indent-in-monster-blocks

This commit is contained in:
Víctor Losada Hernández
2023-11-12 00:28:45 +01:00
3 changed files with 14980 additions and 14980 deletions

2
package-lock.json generated
View File

@@ -60,7 +60,7 @@
"supertest": "^6.3.3"
},
"engines": {
"node": ">=20.8.x",
"node": "^20.8.x",
"npm": "^10.2.x"
}
},

View File

@@ -4,7 +4,7 @@
"version": "3.10.0",
"engines": {
"npm": "^10.2.x",
"node": ">=20.8.x"
"node": "^20.8.x"
},
"repository": {
"type": "git",

View File

@@ -154,8 +154,6 @@ fs.emptyDirSync('./build');
// build(bundles);
//
})().catch(console.error);
//In development, set up LiveReload (refreshes browser), and Nodemon (restarts server)
if(isDev){
livereload('./build'); // Install the Chrome extension LiveReload to automatically refresh the browser
@@ -165,3 +163,5 @@ if(isDev){
//watch : ['./server', './themes'], // Watch additional folders if needed
});
}
})().catch(console.error);