YJDH-723 | Shared frontend: Remove unnecessary .env.kesaseteli dotenv loading#3885
Conversation
As mentioned in 246be9b in PR #3883 > NOTE: Only a single code uses `.env.kesaseteli` anymore, and that's in > /frontend/next.config.js the loading of `.env.kesaseteli`: > ``` > const { parsed: env } = require('dotenv').config({ > path: '.env.kesaseteli', > }); > ``` > which is actually weird, as that's the next.config.js file for the > monorepo's shared frontend, not Kesäseteli specific at all! This can > be removed in another PR handling the shared parts of the monorepo. Remove the above leftover loading of `.env.kesaseteli` file from shared frontend code. refs YJDH-723
|
|
YJDH-KESASETELI-API branch is deployed to platta: https://yjdh-kesaseteli-pr3885.api.dev.hel.ninja 🚀🚀🚀 |
|
|
EMPLOYER branch is deployed to platta: https://kesaseteli-pr3885.dev.hel.ninja 🚀🚀🚀 |
|
HANDLER branch is deployed to platta: https://kesaseteli-handler-ui-pr3885.dev.hel.ninja 🚀🚀🚀 |
|
YJDH-HELSINKILISA-API branch is deployed to platta: https://helsinkilisa-pr3885.api.dev.hel.ninja 🚀🚀🚀 |
|
APPLICANT is deployed to platta: https://helsinkilisa-ui-pr3885.dev.hel.ninja 🚀🚀🚀 |
|
YOUTH branch is deployed to platta: https://nuortenkesaseteli-pr3885.dev.hel.ninja 🚀🚀🚀 |
TestCafe result is success for https://kesaseteli-handler-ui-pr3885.dev.hel.ninja 😆🎉🎉🎉 |
TestCafe result is success for https://kesaseteli-pr3885.dev.hel.ninja 😆🎉🎉🎉 |
|
HANDLER branch is deployed to platta: https://helsinkilisa-ui-handler-pr3885.dev.hel.ninja 🚀🚀🚀 |
TestCafe result is success for https://nuortenkesaseteli-pr3885.dev.hel.ninja 😆🎉🎉🎉 |
TestCafe result is success for https://helsinkilisa-ui-pr3885.dev.hel.ninja 😆🎉🎉🎉 |
TestCafe result is success for https://helsinkilisa-ui-handler-pr3885.dev.hel.ninja 😆🎉🎉🎉 |



Description ✨
Shared frontend: Remove unnecessary
.env.kesasetelidotenv loadingAs mentioned in 246be9b in PR #3883
Remove the above leftover loading of
.env.kesasetelifile from shared frontend code.Related
.env.kesasetelito.env.kesaseteli-(backend|handler|youth|employer)files #3883Screenshots 📸
Additional notes 🗒️