v.0.9.0 setup skeleton package.json debugger
This commit is contained in:
@@ -3,6 +3,6 @@ import { NDameProblemModule } from './n-dame-problem.module';
|
||||
|
||||
async function bootstrap() {
|
||||
const app = await NestFactory.create(NDameProblemModule);
|
||||
await app.listen(process.env.port ?? 3000);
|
||||
await app.listen(process.env.port ?? 3001);
|
||||
}
|
||||
bootstrap();
|
||||
|
||||
Reference in New Issue
Block a user