Move fontawesome to env
This commit is contained in:
parent
f19e794c38
commit
84a17509f2
4 changed files with 4 additions and 4 deletions
|
@ -1,3 +0,0 @@
|
|||
export RUST_LOG='holycow_api'
|
||||
|
||||
export DATABASE_URL='postgres:///holycow?host=/run/postgresql/'
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
.env.local
|
1
holycow_frontend/.gitignore
vendored
1
holycow_frontend/.gitignore
vendored
|
@ -1,7 +1,6 @@
|
|||
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
||||
|
||||
# dependencies
|
||||
.npmrc
|
||||
out
|
||||
/node_modules
|
||||
/.pnp
|
||||
|
|
3
holycow_frontend/.npmrc
Normal file
3
holycow_frontend/.npmrc
Normal file
|
@ -0,0 +1,3 @@
|
|||
@fortawesome:registry=https://npm.fontawesome.com/
|
||||
@awesome.me:registry=https://npm.fontawesome.com/
|
||||
//npm.fontawesome.com/:_authToken=${FONTAWESOME_PACKAGE_TOKEN}
|
Loading…
Reference in a new issue