Micael Levi L. Cavalcante
Micael Levi L. Cavalcante
that has to do with Jest as well. You got no errors when running that app outside of Jest, right? then try this: ``` node --experimental-vm-modules node_modules/.bin/jest ```
I wonder if we can replace the https://github.com/nestjs/nest/blob/f2d8543aa8683976c8547171985ca1d36e68b91b/packages/common/pipes/file/file-type.validator.ts#L75-L77 with the same approach shown at https://github.com/nestjs/nest/blob/f2d8543aa8683976c8547171985ca1d36e68b91b/sample/34-using-esm-packages/src/import-esm-package.ts#L5-L10 can you please try it out in your project? just edit your `node_modules/@nestjs/common/pipes/file/file-type.validator.js` file
on ubuntu, I just put the `/usr/bin/warpd` command here  I don't needed sudo permissions to run `warpd`
is worth mention that `forRootAsync` exists in `@nestjs/terminus` v7. I don't know why it was removed
I guess `resolveValue` is more like an internal utility, which is why it is not public. And, to make sense of this, you may have to code the whole logic...
I guess this isn't working on Ubuntu (firefox) :thinking: I tested the deploy preview [demo_linux.webm](https://github.com/user-attachments/assets/3cc49f5c-ac41-4a8a-abe1-1afc2e95f0f7)
still not working here :thinking: [demo2.webm](https://github.com/user-attachments/assets/287d61f9-af87-4c62-8766-f4d15b275090) while the theme switching worked for discord desktop app
they didn't work on firefox neither but I just found that everything went fine on chrome
what's wrong with `ignoreEnvFile` flag? as mentioned in the docs https://docs.nestjs.com/techniques/configuration#disable-env-variables-loading
PRs are more than welcomed