feat(api docs): added in bruno api docs

This commit is contained in:
2025-09-05 09:15:32 -05:00
parent 6d5f444471
commit 37bc473f58
6 changed files with 90 additions and 0 deletions

View File

@@ -14,6 +14,7 @@
"build:front": "cd frontend && rimraf dist && npm run build",
"build:docs": "cd lstDocs && rimraf build && npm run build",
"build:wrapper": "cd lstWrapper && rimraf publish && dotnet publish -c Release -o ./publish",
"build:ctl": " ",
"build": "npm run build:docs && npm run build:front && npm run build:app",
"install:front": "cd frontend && npm i",
"install:docs": "cd lstDocs && npm i",