Skip to content

Commit

Permalink
build(backend): remove -trimpath option from GOFLAGS to avoid breakin…
Browse files Browse the repository at this point in the history
…g the debugger
  • Loading branch information
burdiyan committed Feb 27, 2024
1 parent 5003af9 commit f99f32d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .envrc
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ export VITE_DESKTOP_APPDATA="Mintter.dev"
export VITE_DESKTOP_HOSTNAME="http://localhost"
export VITE_ELECTRON_HTTP_PORT="56003"



export GRPC_HOST="http://localhost:55002"
export NEXT_PUBLIC_LN_HOST="https://ln.testnet.mintter.com"
export NEXT_TELEMETRY_DISABLED="1"
Expand All @@ -45,7 +43,3 @@ export HM_SENTRY_DESKTOP_DSN="https://8d3089ffb71045dc911bc66efbd3463a@o45040887
export HM_SENTRY_SITE_DSN="https://47c66bd7a6d64db68a59c03f2337e475@o4504088793841664.ingest.sentry.io/4505527493328896"

# NODE_ENV=test VITE_DESKTOP_P2P_PORT=5800 VITE_DESKTOP_HTTP_PORT=58001 VITE_DESKTOP_GRPC_PORT=58002 VITE_DESKTOP_APPDATA=appData.test.local

# Make sure to trim the local machine path,
# which also would have better build cache hits between using `go build` and `./dev` commands.
export GOFLAGS="-trimpath"

0 comments on commit f99f32d

Please sign in to comment.