Skip to content
Snippets Groups Projects

chore: abstract dtos to encompass a wider range of use cases and fix for out of band proof requests

Closed Boyan Tsolov requested to merge core-dtos into main
Compare and Show latest version
10 files
+ 172
189
Compare changes
  • Side-by-side
  • Inline
Files
10
+ 1
0
@@ -17,6 +17,7 @@ import * as fs from "fs";
async function bootstrap() {
const app = await NestFactory.create(AppModule);
app.enableCors();
app.useWebSocketAdapter(new WsAdapter(app));
const configService = app.get(ConfigService);
Loading