Tom
06/20/2021, 6:08 AMnpx dotenv -e .env.development prisma db seed --preview-feature
However I still get this error:
Environment variables loaded from .env
Error: This feature is currently in Preview. There may be bugs and it's not recommended to use it in production environments.
Please provide the --preview-feature flag to use this command.
Note that it also uses the wrong env.
Found it: Just separate the two commands with --janpio