Added FontAwesome env var

This commit is contained in:
Alicia Sykes 2024-02-22 11:03:37 +00:00
parent 3a7427b00f
commit d650fd3b3e

9
web/ .yarnrc.yml Normal file
View file

@ -0,0 +1,9 @@
npmScopes:
fortawesome:
npmAlwaysAuth: true
npmRegistryServer: "https://npm.fontawesome.com/"
npmAuthToken: ${FONTAWESOME_PACKAGE_TOKEN}
awesome:
npmAlwaysAuth: true
npmRegistryServer: "https://npm.fontawesome.com/"
npmAuthToken: ${FONTAWESOME_PACKAGE_TOKEN}