mirror of
https://github.com/aleksilassila/reiverr.git
synced 2026-04-22 08:45:13 +02:00
feat: overhaul dockerfile
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user