init
This commit is contained in:
10
assistant/src/server.ts
Normal file
10
assistant/src/server.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import { app } from './app.ts';
|
||||
import { proxyRoute, proxyWs } from './services/proxy/proxy-page-index.ts';
|
||||
|
||||
app.listen(51015, () => {
|
||||
console.log('Server is running on http://localhost:51015');
|
||||
});
|
||||
|
||||
app.server.on(proxyRoute);
|
||||
|
||||
proxyWs();
|
||||
Reference in New Issue
Block a user