Skip to content

Commit f44a66a

Browse files
committed
ps1 run configuration for subproject.
1 parent b4e84b3 commit f44a66a

File tree

5 files changed

+24
-4
lines changed

5 files changed

+24
-4
lines changed

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,7 @@ lint/tmp/
4949
# lint/reports/
5050

5151
*.iml
52+
/server/.idea/workspace.xml
53+
/server/.idea/php.xml
54+
/server/.idea/modules.xml
55+
/server/.idea/misc.xml

server/.idea/runConfigurations/check_port_ps1.xml

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

server/.idea/runConfigurations/start_server_ps1.xml

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

server/.idea/runConfigurations/stop_server_ps1.xml

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

server/README.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ a port by supplying the `PORT` env variable.
1515

1616
## Features
1717

18-
- Multiple users can join a chat room by each entering a unique username
19-
on website load.
18+
- Multiple users can join a chat room by each entering a unique username on website load.
2019
- Users can type chat messages to the chat room.
21-
- A notification is sent to all users when a user joins or leaves
22-
the chatroom.
20+
- A notification is sent to all users, when a user joins or leaves the chatroom.

0 commit comments

Comments
 (0)