Open salmanulfarzy opened 7 years ago
npm run fails due to missing private.js.
npm run
Is there other ways to run it ? Does it contain anything other than movie DB API Key?
At line 18 of "web.js" I have insert my API Key string process.env.MOVIE_DB_API_KEY = "yourApiKey";
process.env.MOVIE_DB_API_KEY = "yourApiKey";
npm run
fails due to missing private.js.Is there other ways to run it ? Does it contain anything other than movie DB API Key?