1
0
mirror of https://github.com/excalidraw/excalidraw.git synced 2024-11-02 03:25:53 +01:00

build: stops ignoring .env files from docker context so env variables get set during react app build. (#5809)

build: stops ignoring .env.development and .env.production files from docker context so env variables get set during react app build.
* this fixes the issue where Browse Libraries button link was broken in
  docker/self-hosted versions of excalidraw
This commit is contained in:
Pritam Sangani 2022-11-07 11:18:38 +00:00 committed by GitHub
parent bdc56090d7
commit e1c5c706c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,5 +1,6 @@
*
!.env
!.env.development
!.env.production
!.eslintrc.json
!.npmrc
!.prettierrc