mirror of
https://github.com/strapi/strapi.git
synced 2025-07-29 03:50:26 +00:00
5 lines
96 B
JavaScript
5 lines
96 B
JavaScript
module.exports = async () => {
|
|
process.env.TZ = 'UTC';
|
|
process.env.LANG = 'en_US.UTF-8';
|
|
};
|