Skip to content

Commit

Permalink
chore: added supported frameworks env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
MiracleUFO committed Nov 2, 2023
1 parent 5074695 commit da4c7b4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .env.development
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,9 @@ NODE_ENV=development

REACT_APP_TRANSLATE_SERVER_URL=
REACT_APP_TRANSLATE_SERVER_TOKEN=

VITE_APP_TRANSLATE_SERVER_URL=
VITE_APP_TRANSLATE_SERVER_TOKEN=

NEXT_PUBLIC_APP_TRANSLATE_SERVER_URL=
NEXT_PUBLIC_APP_TRANSLATE_SERVER_TOKEN=

0 comments on commit da4c7b4

Please sign in to comment.