Skip to content

Commit e79901b

Browse files
committed
chore: update front end dependencies
1 parent 16cfcf5 commit e79901b

File tree

4 files changed

+286
-258
lines changed

4 files changed

+286
-258
lines changed

src/jcdcdev.Umbraco.ReadingTime.Client/openapi-ts.config.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
import { defineConfig } from '@hey-api/openapi-ts';
22

33
export default defineConfig({
4-
input:
5-
'http://localhost:54813/umbraco/swagger/default/swagger.json',
4+
input: 'http://localhost:54813/umbraco/swagger/default/swagger.json',
65
output: {
76
format: 'prettier',
87
path: './src/api',
98
},
10-
client: "legacy/fetch",
9+
client: "legacy/fetch",
1110
types: {
1211
enums: 'typescript',
1312
},

0 commit comments

Comments
 (0)