feat: use drink api in front and more #16

Merged
Clement merged 47 commits from feat/use-drink-api-in-front into master 2024-06-07 17:09:58 +00:00
21 changed files with 229 additions and 94 deletions
Showing only changes of commit 532b12d4f5 - Show all commits

View File

@ -21,7 +21,7 @@ const options = {
} }
], ],
}, },
apis: ['./src/*.ts'], apis: ['./src/*.ts','./dist/src/*.js'],
explorer: true explorer: true
} }