Extracting FileController into a Uploader container
This commit is contained in:
parent
25f9662b3c
commit
bf797085e6
37 changed files with 4856 additions and 9 deletions
3
uploader/server.ts
Normal file
3
uploader/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