This commit is contained in:
Andras Schmelczer 2026-02-15 22:39:49 +00:00
parent 03445188ea
commit 524580eb25
102 changed files with 36625 additions and 1295 deletions

View file

@ -85,6 +85,12 @@ module.exports = (env, argv) => {
},
hot: true,
liveReload: true,
static: {
directory: path.resolve(__dirname, 'public'),
watch: {
ignored: ['**/assets/**'],
},
},
proxy: [
{
context: ['/api'],