mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-04 00:28:33 +00:00
4 lines
69 B
JavaScript
4 lines
69 B
JavaScript
export const setup = () => {
|
|
process.env.TZ = 'Asia/Singapore';
|
|
};
|