mirror of
https://github.com/benjamin-wilson/public-pool.git
synced 2025-03-27 02:02:10 +01:00
port
This commit is contained in:
parent
1f49143810
commit
4a937ddd8d
@ -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');
|
||||
|
Loading…
x
Reference in New Issue
Block a user