cc-core-cli 1.0.64 → 1.0.65
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/package.json
CHANGED
|
@@ -195,6 +195,8 @@ async function initial(app: NestFastifyApplication) {
|
|
|
195
195
|
|
|
196
196
|
await initialCustomService(app);
|
|
197
197
|
|
|
198
|
+
await initialService(app, AuthService);
|
|
199
|
+
|
|
198
200
|
await initialService(app, TemplateService);
|
|
199
201
|
await initialService(app, ImportExportService);
|
|
200
202
|
await initialService(app, ImportExportLogService);
|