Yuri Mikhin
Yuri Mikhin
@kizu , hi! Could you help with this, please?
@dzhiriki, @v1z, привет. Подскажите, можете ли принять и замерджить этот ПР?
Привет. Хочу взять на себя.
> Is possible to implement SSO when using `Auth.federatedSignIn` on all of your apps. > > Steps to configure > > 1. On Cognito Hosted UI configuration you add multiple...
Yeah, `sitemap.xml`. I have `ssr({prerender: true})` and a lot of html files after build phase, so I want to get somehow `sitemap.xml` after build step too.
> Would you be up for a PR? Yeah, I'm ready to get involved > What's your motivation? In my particular case, I need it for SEO, yes. I want...
Could you suggest suitable internal APIs from Vike? What would it look like in theory? I'm asking because I'm not familiar with the Vike structure.
Sounds great, thanks for the tip!
oh, I think I got the repository wrong, this should probably have been posted here - https://github.com/figma/widget-typings
```ts import { Module } from '@nestjs/common'; import { AdminModule } from '@adminjs/nestjs'; import { ConfigModule } from '@nestjs/config'; import { Database, Resource, getModelByName } from '@adminjs/prisma'; import AdminJS from...