@lark-apaas/fullstack-nestjs-core 1.1.9 → 1.1.10
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.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -865,11 +865,11 @@ async function configureApp(app, perms = defaultPerms) {
|
|
|
865
865
|
basePath: process.env.CLIENT_BASE_PATH,
|
|
866
866
|
docsPath: "/api_docs"
|
|
867
867
|
});
|
|
868
|
-
console.log("App Started Successfully.");
|
|
869
868
|
} catch (err) {
|
|
870
869
|
console.error("[OpenAPI] OpenAPI \u751F\u6210\u5931\u8D25:", err);
|
|
871
870
|
}
|
|
872
871
|
}
|
|
872
|
+
console.log("App Started Successfully.");
|
|
873
873
|
}
|
|
874
874
|
__name(configureApp, "configureApp");
|
|
875
875
|
|
package/dist/index.js
CHANGED
|
@@ -823,11 +823,11 @@ async function configureApp(app, perms = defaultPerms) {
|
|
|
823
823
|
basePath: process.env.CLIENT_BASE_PATH,
|
|
824
824
|
docsPath: "/api_docs"
|
|
825
825
|
});
|
|
826
|
-
console.log("App Started Successfully.");
|
|
827
826
|
} catch (err) {
|
|
828
827
|
console.error("[OpenAPI] OpenAPI \u751F\u6210\u5931\u8D25:", err);
|
|
829
828
|
}
|
|
830
829
|
}
|
|
830
|
+
console.log("App Started Successfully.");
|
|
831
831
|
}
|
|
832
832
|
__name(configureApp, "configureApp");
|
|
833
833
|
|