initialize redoc

This commit is contained in:
Fran Jurmanović
2023-10-03 00:08:14 +02:00
parent 224c2f32c7
commit fb98df8f98
7 changed files with 226 additions and 25 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "legica-dana",
"version": "0.7.0",
"version": "0.7.5",
"main": "src/app.ts",
"scripts": {
"start": "bun src/app.ts"
@@ -17,6 +17,7 @@
"dotenv": "^8.2.0",
"express": "^4.18.2",
"express-basic-auth": "^1.2.1",
"redoc-express": "^2.1.0",
"typescript": "^4.1.5"
},
"devDependencies": {