@rebasepro/server 0.9.1-canary.f0ac103 → 0.9.1-canary.f2f61da
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.es.js
CHANGED
|
@@ -14412,7 +14412,7 @@ async function initializeStorage(storageConfig, isProduction) {
|
|
|
14412
14412
|
//#region src/init/docs.ts
|
|
14413
14413
|
async function mountOpenApiDocs(app, basePath, enableSwagger, activeCollections, requireAuth) {
|
|
14414
14414
|
if (enableSwagger === false || activeCollections.length === 0) return;
|
|
14415
|
-
const { generateOpenApiSpec } = await import("./openapi-generator-
|
|
14415
|
+
const { generateOpenApiSpec } = await import("./openapi-generator-DqSIwNLV.js");
|
|
14416
14416
|
app.get(`${basePath}/docs`, (c) => {
|
|
14417
14417
|
const spec = generateOpenApiSpec(activeCollections, {
|
|
14418
14418
|
basePath,
|