Adding a Pusher container as a middleware/dispatcher between front and back
This commit is contained in:
parent
6c6d046891
commit
4c1e566a6c
86 changed files with 12172 additions and 983 deletions
3
pusher/server.ts
Normal file
3
pusher/server.ts
Normal file
|
@ -0,0 +1,3 @@
|
|||
// lib/server.ts
|
||||
import App from "./src/App";
|
||||
App.listen(8080, () => console.log(`WorkAdventure starting on port 8080!`))
|
Loading…
Add table
Add a link
Reference in a new issue