mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-22 12:41:31 +10:00
feat(templates): replace library with microfrontend app for templates
This commit is contained in:
@ -27,10 +27,6 @@ import { UtilsModule } from "./utils/utils.module";
|
||||
CacheModule,
|
||||
UtilsModule,
|
||||
HealthModule,
|
||||
ServeStaticModule.forRoot({
|
||||
rootPath: join(__dirname, "..", "client"),
|
||||
exclude: ["/api*", "/docs*"],
|
||||
}),
|
||||
|
||||
// Feature Modules
|
||||
AuthModule.register(),
|
||||
@ -38,6 +34,16 @@ import { UtilsModule } from "./utils/utils.module";
|
||||
ResumeModule,
|
||||
StorageModule,
|
||||
PrinterModule,
|
||||
|
||||
// Static Assets
|
||||
ServeStaticModule.forRoot({
|
||||
serveRoot: "/artboard",
|
||||
rootPath: join(__dirname, "..", "artboard"),
|
||||
}),
|
||||
ServeStaticModule.forRoot({
|
||||
renderPath: "/*",
|
||||
rootPath: join(__dirname, "..", "client"),
|
||||
}),
|
||||
],
|
||||
providers: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user