This commit is contained in:
Ben Wilson 2023-06-19 21:59:58 -04:00
parent 1f49143810
commit 4a937ddd8d

View File

@ -3,7 +3,7 @@ import { FastifyAdapter, NestFastifyApplication } from '@nestjs/platform-fastify
import { AppModule } from './app.module';
const PORT = 3334;
const PORT = 40557;
async function bootstrap() {
const app = await NestFactory.create<NestFastifyApplication>(AppModule, new FastifyAdapter());
await app.listen(PORT, '0.0.0.0');