add user settings

This commit is contained in:
Simon Vieille 2025-04-13 20:32:13 +02:00
commit fdd8f8850d
Signed by: deblan
GPG key ID: 579388D585F70417
20 changed files with 839 additions and 316 deletions

View file

@ -17,6 +17,7 @@ module.exports = {
entry: {
menu: path.resolve(path.join('src', 'menu.js')),
admin: path.resolve(path.join('src', 'admin.js')),
user: path.resolve(path.join('src', 'user.js')),
},
output: {
path: path.resolve('./js'),