login page

This commit is contained in:
counterweight 2025-03-13 11:08:54 +01:00
parent eb1cfbb64c
commit 9dbe299a32
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C
5 changed files with 85 additions and 75 deletions

View file

@ -4,6 +4,7 @@ module.exports = {
entry: {
invite: './src/front/pages/invite.js',
createProfile: './src/front/pages/createProfile.js',
login: './src/front/pages/login.js',
},
output: {
filename: '[name].bundle.js',