Skip to content

Commit

Permalink
chore: update front end dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jcdcdev committed Nov 17, 2024
1 parent 16cfcf5 commit e79901b
Show file tree
Hide file tree
Showing 4 changed files with 286 additions and 258 deletions.
5 changes: 2 additions & 3 deletions src/jcdcdev.Umbraco.ReadingTime.Client/openapi-ts.config.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
import { defineConfig } from '@hey-api/openapi-ts';

export default defineConfig({
input:
'http://localhost:54813/umbraco/swagger/default/swagger.json',
input: 'http://localhost:54813/umbraco/swagger/default/swagger.json',
output: {
format: 'prettier',
path: './src/api',
},
client: "legacy/fetch",
client: "legacy/fetch",
types: {
enums: 'typescript',
},
Expand Down
Loading

0 comments on commit e79901b

Please sign in to comment.