mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-03-30 22:35:00 -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";
|