next page

This commit is contained in:
counterweight 2025-03-13 11:05:12 +01:00
parent ae64424f54
commit eb1cfbb64c
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C
5 changed files with 129 additions and 124 deletions

View file

@ -3,10 +3,11 @@ const path = require('path');
module.exports = {
entry: {
invite: './src/front/pages/invite.js',
createProfile: './src/front/pages/createProfile.js',
},
output: {
filename: '[name].bundle.js',
path: path.resolve(__dirname, 'public'),
path: path.resolve(__dirname, 'public', 'javascript'),
},
mode: 'development',
};