Hey, how can I prefix my prisma command with a dot...
# orm-help
t
Hey, how can I prefix my prisma command with a dotenv command? It should be something like this:
npx dotenv -e .env.development prisma db seed --preview-feature
However I still get this error:
Copy code
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 --
2
j
Always confusing when two CLIs come in.