first commit

This commit is contained in:
phil 2024-10-19 11:53:15 +02:00
commit 62506c830a
1207 changed files with 40706 additions and 0 deletions

7
openapi-ts.config.ts Normal file
View file

@ -0,0 +1,7 @@
import { defineConfig } from '@hey-api/openapi-ts';
export default defineConfig({
input: 'http://127.0.0.1:5002/v1/openapi.json',
output: 'src/app/openapi',
client: 'angular',
});