michangarrito/apps/whatsapp-service/node_modules/swagger-ui-dist
rckrdmrd 48dea7a5d0 feat: Initial commit - michangarrito
Marketplace móvil para negocios locales mexicanos.

Estructura inicial:
- apps/backend (NestJS API)
- apps/frontend (React Web)
- apps/mobile (Expo/React Native)
- apps/mcp-server (Claude MCP Server)
- apps/whatsapp-service (WhatsApp Business API)
- database/ (PostgreSQL DDL)
- docs/ (Documentación)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-07 04:41:02 -06:00
..
absolute-path.js feat: Initial commit - michangarrito 2026-01-07 04:41:02 -06:00
favicon-16x16.png feat: Initial commit - michangarrito 2026-01-07 04:41:02 -06:00
favicon-32x32.png feat: Initial commit - michangarrito 2026-01-07 04:41:02 -06:00
index.css feat: Initial commit - michangarrito 2026-01-07 04:41:02 -06:00
index.html feat: Initial commit - michangarrito 2026-01-07 04:41:02 -06:00
index.js feat: Initial commit - michangarrito 2026-01-07 04:41:02 -06:00
LICENSE feat: Initial commit - michangarrito 2026-01-07 04:41:02 -06:00
NOTICE feat: Initial commit - michangarrito 2026-01-07 04:41:02 -06:00
oauth2-redirect.html feat: Initial commit - michangarrito 2026-01-07 04:41:02 -06:00
package.json feat: Initial commit - michangarrito 2026-01-07 04:41:02 -06:00
README.md feat: Initial commit - michangarrito 2026-01-07 04:41:02 -06:00
swagger-initializer.js feat: Initial commit - michangarrito 2026-01-07 04:41:02 -06:00
swagger-ui-bundle.js feat: Initial commit - michangarrito 2026-01-07 04:41:02 -06:00
swagger-ui-bundle.js.map feat: Initial commit - michangarrito 2026-01-07 04:41:02 -06:00
swagger-ui-es-bundle-core.js feat: Initial commit - michangarrito 2026-01-07 04:41:02 -06:00
swagger-ui-es-bundle-core.js.map feat: Initial commit - michangarrito 2026-01-07 04:41:02 -06:00
swagger-ui-es-bundle.js feat: Initial commit - michangarrito 2026-01-07 04:41:02 -06:00
swagger-ui-es-bundle.js.map feat: Initial commit - michangarrito 2026-01-07 04:41:02 -06:00
swagger-ui-standalone-preset.js feat: Initial commit - michangarrito 2026-01-07 04:41:02 -06:00
swagger-ui-standalone-preset.js.map feat: Initial commit - michangarrito 2026-01-07 04:41:02 -06:00
swagger-ui.css feat: Initial commit - michangarrito 2026-01-07 04:41:02 -06:00
swagger-ui.css.map feat: Initial commit - michangarrito 2026-01-07 04:41:02 -06:00
swagger-ui.js feat: Initial commit - michangarrito 2026-01-07 04:41:02 -06:00
swagger-ui.js.map feat: Initial commit - michangarrito 2026-01-07 04:41:02 -06:00

Swagger UI Dist

NPM version

API

This module, swagger-ui-dist, exposes Swagger-UI's entire dist folder as a dependency-free npm module. Use swagger-ui instead, if you'd like to have npm install dependencies for you.

SwaggerUIBundle and SwaggerUIStandalonePreset can be imported:

  import { SwaggerUIBundle, SwaggerUIStandalonePreset } from "swagger-ui-dist"

To get an absolute path to this directory for static file serving, use the exported getAbsoluteFSPath method:

const swaggerUiAssetPath = require("swagger-ui-dist").getAbsoluteFSPath()

// then instantiate server that serves files from the swaggerUiAssetPath

For anything else, check the Swagger-UI repository.