@nger/fk-upload 1.0.177 → 1.0.178
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/main.js +2 -0
- package/package.json +1 -1
package/dist/main.js
CHANGED
@@ -15,6 +15,7 @@ const redis_1 = require("@nger/redis");
|
|
15
15
|
const rabbitmq_1 = require("@nger/rabbitmq");
|
16
16
|
const schedule_1 = require("@nger/schedule");
|
17
17
|
const w7_1 = require("@nger/w7");
|
18
|
+
const sirv_1 = require("@nger/sirv");
|
18
19
|
let AppModule = class AppModule {
|
19
20
|
};
|
20
21
|
AppModule = tslib_1.__decorate([
|
@@ -25,6 +26,7 @@ AppModule = tslib_1.__decorate([
|
|
25
26
|
}],
|
26
27
|
imports: [
|
27
28
|
w7_1.W7Module,
|
29
|
+
sirv_1.SirvModule.forRoot(),
|
28
30
|
fk_upload_module_1.FkUploadModule,
|
29
31
|
http_1.HttpModule.forEnv(),
|
30
32
|
typeorm_1.TypeormModule.forEnv(),
|