Merge branch 'develop' of github.com:thecodingmachine/workadventure into develop

This commit is contained in:
Lurkars 2021-08-11 19:54:36 +02:00
commit 5b979fa151
18 changed files with 97 additions and 9 deletions

View file

@ -201,6 +201,7 @@ module.exports = {
MAX_USERNAME_LENGTH: 8,
MAX_PER_GROUP: 4,
DISPLAY_TERMS_OF_USE: false,
NODE_ENV: mode,
}),
],
} as Configuration & WebpackDevServer.Configuration;