module.exports = async () => {
	process.env.TZ = "Australia/Queensland";
	process.env.IMAGE_INLINE_SIZE_LIMIT = "20000";
};