mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-27 15:05:38 -04:00
#85 universal login across locales - test env
This commit is contained in:
parent
ae46d7a8b2
commit
63f86edca7
@ -18,6 +18,8 @@ const allVersionsUrls = buildList(function*() {
|
||||
if (process.env.NODE_ENV === 'development') {
|
||||
yield 'http://pronouns.test:3000';
|
||||
yield 'http://localhost:3000';
|
||||
} else if (process.env.NODE_ENV === 'test') {
|
||||
// nothing
|
||||
} else {
|
||||
yield 'https://pronouns.page';
|
||||
for (let loc in locales) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user