mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-20 21:03:16 +08:00
fix: missing env definition
!nuf
This commit is contained in:
parent
7e399b6b9f
commit
751763cc82
1 changed files with 2 additions and 0 deletions
|
@ -180,6 +180,8 @@ export default {
|
|||
IS_DEVELOPMENT: JSON.stringify(false),
|
||||
CLIENT_VERSION: JSON.stringify(buildClientVersion()),
|
||||
RECAPTCHA_SITE_KEY: JSON.stringify(process.env.RECAPTCHA_SITE_KEY),
|
||||
QUICK_LOGIN_EMAIL: undefined,
|
||||
QUICK_LOGIN_PASSWORD: undefined,
|
||||
},
|
||||
/** Enable for font awesome v6 */
|
||||
/*preprocessorOptions: {
|
||||
|
|
Loading…
Reference in a new issue