From 84a17509f22f96c158b2958ee284d050411e5e39 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Thu, 28 Nov 2024 00:26:52 +0100 Subject: [PATCH] Move fontawesome to env --- .env.local | 3 --- .gitignore | 1 + holycow_frontend/.gitignore | 1 - holycow_frontend/.npmrc | 3 +++ 4 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 .env.local create mode 100644 .gitignore create mode 100644 holycow_frontend/.npmrc diff --git a/.env.local b/.env.local deleted file mode 100644 index d8caf9a..0000000 --- a/.env.local +++ /dev/null @@ -1,3 +0,0 @@ -export RUST_LOG='holycow_api' - -export DATABASE_URL='postgres:///holycow?host=/run/postgresql/' diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..11ee758 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.env.local diff --git a/holycow_frontend/.gitignore b/holycow_frontend/.gitignore index c42b9c1..e9d0038 100644 --- a/holycow_frontend/.gitignore +++ b/holycow_frontend/.gitignore @@ -1,7 +1,6 @@ # See https://help.github.com/articles/ignoring-files/ for more about ignoring files. # dependencies -.npmrc out /node_modules /.pnp diff --git a/holycow_frontend/.npmrc b/holycow_frontend/.npmrc new file mode 100644 index 0000000..c758aa2 --- /dev/null +++ b/holycow_frontend/.npmrc @@ -0,0 +1,3 @@ +@fortawesome:registry=https://npm.fontawesome.com/ +@awesome.me:registry=https://npm.fontawesome.com/ +//npm.fontawesome.com/:_authToken=${FONTAWESOME_PACKAGE_TOKEN}