build: Fix issue with production build not working

This commit is contained in:
Aleksi Lassila
2024-06-17 00:50:19 +03:00
parent 0107b4f7c3
commit 663d842ae5
4 changed files with 4 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ import { join } from 'path';
UsersModule,
AuthModule,
ServeStaticModule.forRoot({
rootPath: join(__dirname, 'dist'),
rootPath: join(__dirname, '../dist'),
}),
],
controllers: [AppController],