mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-03-22 02:14:41 -05:00
2 lines
77 B
TypeScript
2 lines
77 B
TypeScript
export const IS_E2E_TEST_RUN = import.meta.env.VITE_E2E_TEST_RUN === "true";
|