feat: Landing page, design fixes

This commit is contained in:
Kumi 2025-03-21 17:39:20 +01:00
parent 11d223575e
commit 1aff60a408
Signed by: kumi
GPG key ID: ECBCC9082395383F
11 changed files with 910 additions and 43 deletions

View file

@ -9,6 +9,7 @@ module.exports = {
scene: "./assets/js/scene.js",
editor: "./assets/js/editor.js",
userarea: "./assets/js/userarea.js",
landing: "./assets/js/landing.js",
},
output: {
path: path.resolve(__dirname, "static/js"),