-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
15 changed files
with
478 additions
and
462 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,7 @@ | ||
export const DATA_FOLDER = `${process.cwd()}/countryData/data`; | ||
export const PROVIDERS_DATA_FOLDER = `${DATA_FOLDER}/providers`; | ||
export const MONTHS_TO_AVERAGE_ESTIMATED_CPI = 6; | ||
export const CURRENCY_INFO_FALLBACK = ['USD', { "name": "United States dollar", "symbol": "$" }]; | ||
export const CURRENCY_INFO_FALLBACK = [ | ||
"USD", | ||
{ name: "United States dollar", symbol: "$" }, | ||
]; |
Oops, something went wrong.
cf37ed6
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
raise-calc – ./
raise-calc-spersico.vercel.app
raise-calc-git-master-spersico.vercel.app
raise-calc.vercel.app