Fixed entrypoint to start server automatically and made some scroll wheel changes. Getting very close to release point.

This commit is contained in:
Karmaa
2025-03-05 16:29:57 -06:00
parent e800064f05
commit 62262e5bf3
2 changed files with 3 additions and 1 deletions

View File

@@ -4,7 +4,7 @@
nginx -g "daemon off;" &
# Start Node.js backend
node src/backend/index.js
node src/backend/server.cjs
# Keep container running
wait

View File

@@ -14,6 +14,8 @@ const AddHostModal = ({ isHidden, form, setForm, handleAddHost, setIsAddHostHidd
color: theme.palette.text.primary,
padding: 3,
borderRadius: 10,
overflowX: 'hidden',
overflowY: 'auto',
}}>
<DialogTitle>Add Host</DialogTitle>
<DialogContent>