I create an project with Typescript and NestJS, but i must run this project in vscode(from launch.json or terminal or something else) with this arguments from process.env:
"MYSQL_HOST":"x",
"MYSQL_PORT":"x",
"MYSQL_USERNAME":"x",
"MYSQL_PASSWORD":"x",
"MYSQL_DATABASE":"x",
"NODE_ENV":"x"
can somebody tell me in which way i can do this?