sendou.ink/app/utils/e2e.ts

2 lines
77 B
TypeScript

export const IS_E2E_TEST_RUN = import.meta.env.VITE_E2E_TEST_RUN === "true";