CSS anpassen

This commit is contained in:
chk
2026-03-10 08:45:00 +01:00
parent d6743f7669
commit 20e2790552
4 changed files with 25 additions and 16 deletions

View File

@@ -6,6 +6,6 @@ module.exports = {
},
server: {
port: Number(process.env.PORT) || 3000
port: Number(process.env.PORT) || 10000
}
};