First commit
This commit is contained in:
7
authserver/app-launch.js
Normal file
7
authserver/app-launch.js
Normal file
@@ -0,0 +1,7 @@
|
||||
import { app } from "./app.js";
|
||||
|
||||
const options = {
|
||||
port: 7777,
|
||||
};
|
||||
|
||||
app.listen(options);
|
||||
Reference in New Issue
Block a user