Florian Ruen
Florian Ruen
Any news for this issue ? I tried something that works but for the entire API, not route by route because the param is http.Handler instead of gin.Handler ``` jwtMiddleware...
I'm facing the exact same issue, I got around 170 warnings due to missing files Anyone got an update on this ?
@ankur0904 Good thanks, let me known if you need something related to this issue ;)
@ankur0904 Yes I see the same error, got around 170 warnings. Two raisons : unused files the refeence need to be removed or used files and you need to find...
@ankur0904 Just coming back on this subject, do you have any update or still working on it ?
@ankur0904 And what is the content of dist folder ? Because I think the src are the raw sources, and the dist are the compiled one, so maybe this is...
@ankur0904 I think the file `defaultTheme.ts` match the file in `dist/cjs/utils/defaultTheme.js` If it's the case, the path is wrong in `defaultTheme.js.map` ``` "sources":["../../../src/utils/defaultTheme.ts"] ``` What is strange here, we got...
@tolgig On my side, I didn't get some time to go deeper on how to fix this issue If you have some time, maybe you can check this ?
@MarcoBomfim Hey, I didn't have time to check deeper this issue, but it seems the problem is due to wrong paths for libraries (check my message https://github.com/novuhq/novu/issues/3400#issuecomment-1697056340) During compilation, several...
@tsssdev I'm looking for something similar, I see you have a closed PR #2524, are you going to take it back or not at all?