mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-08-01 00:24:13 -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";
|