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