File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11{
22 "eslint.workingDirectories" : [
3- {
4- "directory" : " ./frontend" ,
5- "changeProcessCWD" : true
6- }
7- ],
3+ {
4+ "directory" : " ./frontend" ,
5+ "changeProcessCWD" : true
6+ }
7+ ]
88}
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Set your .env vars:
2020cp .env.example .env
2121```
2222
23- ### Launch local environment:
23+ ### Launch local environment
2424
2525Step inside project directory
2626``` bash
@@ -50,7 +50,7 @@ docker exec -it thread-app php artisan jwt:secret
5050docker exec -it thread-app php artisan storage:link
5151```
5252
53- Application server should be ready on http://localhost :<APP_PORT>
53+ Application server should be ready on ` http://localhost:<APP_PORT> `
5454
5555Pusher websocket server install:
5656* Create an account and application on [ pusher.com] ( https://pusher.com/ ) and copy your credentials to your .env (` PUSHER_APP_ID=... ` ).
You can’t perform that action at this time.
0 commit comments