Files
web2.0-frontend/tests/testcafe/utils.ts
T
2021-01-12 22:51:07 +02:00

3 lines
94 B
TypeScript

export const getSiteRoot = () => {
return process.env.SITE_URL || "http://localhost:3000";
}