feat: overhaul dockerfile

This commit is contained in:
Aleksi Lassila
2025-08-09 15:36:59 +03:00
parent d831c59647
commit 5dbd6bf513
43 changed files with 2196 additions and 21014 deletions

View File

@@ -3,7 +3,7 @@ import * as path from 'path';
console.log(path.join(require.main.path, '..', 'plugins'));
generateApi({
name: 'tmdb.v3.openapi.ts',
fileName: 'tmdb.v3.openapi.ts',
url: 'https://developer.themoviedb.org/openapi/64542913e1f86100738e227f', // https://developer.themoviedb.org/openapi
output: path.join(__dirname, '..', 'src', 'tmdb'),
// generateClient: true,