fix: .env inclusion
All checks were successful
Build and Push Docker Image to Gitea / build-and-push (push) Successful in 5m31s
All checks were successful
Build and Push Docker Image to Gitea / build-and-push (push) Successful in 5m31s
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -3,8 +3,4 @@ dist/
|
||||
target/
|
||||
pkg/
|
||||
|
||||
.env
|
||||
.env.*
|
||||
|
||||
|
||||
.claude/
|
||||
|
||||
4
packages/frontend/.env
Normal file
4
packages/frontend/.env
Normal file
@@ -0,0 +1,4 @@
|
||||
PUBLIC_API_URL=http://localhost:3000/api
|
||||
PUBLIC_URL=http://localhost:3000
|
||||
PUBLIC_UMAMI_ID=
|
||||
PUBLIC_UMAMI_SCRIPT=
|
||||
Reference in New Issue
Block a user