\"npm run graphql-chores\" \"react-scripts start\"",
"start": "react-scripts start",
"graphql-chores": "graphql-codegen --watch",
"build": "node setenv && react-scripts build"
},
setenv.js
var env = process.env.NODE_ENV || 'development';
const path = .env.${env}
console.log(path)
require('dotenv').config({ path });
In these scripts will concurrently see the environment variables?
Ты куда-то не туда написал
Извиняюсь, перепутал с чатгпт)
Обсуждают сегодня