This commit is contained in:
2026-01-13 23:23:32 -03:00
parent 942780db1c
commit 8bc034b82d
+2 -2
View File
@@ -3,5 +3,5 @@
# Start the LMS backend in the background
./lms-service &
# Start the Experience frontend
node server.js
# Start the Experience frontend on port 3003
PORT=3003 node server.js