lynn

Results 4 comments of lynn

Hello, my team has just published a package [react-inject-env](https://www.npmjs.com/package/react-inject-env) that allows you to _build the base files > inject environment variables > deploy app_. It works on a 2 step...

I managed to import it by using the relative path to `node_modules` rather than importing it directly from the `adminjs` namespace. ``` import { New } from '../../../node_modules/adminjs/src/frontend/components/actions/new' ``` I'm...

Any update on this? Same issue; can't use this library because it's being flagged by Nexus

I have a similar problem where I inject JSON strings through .env, then parse it as JSON inside the config. Yet ConfigService still decides to load the stringified version from...