Skip to content

Commit

Permalink
prevent sourcemap generation
Browse files Browse the repository at this point in the history
  • Loading branch information
jonassimoen committed Oct 22, 2023
1 parent 08806dd commit fd2e9c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
VITE_GOOGLE_CLIENT_ID="464382338884-0ikq4b04r76opagu59hcffqeafhmf0fb.apps.googleusercontent.com"
VITE_API_URL="https://fantasy-api.simoen.tech/api"
VITE_COMPETITION_CONFIG={"competitionFeed":"JPL","seasonId":2023,"budget":100,"teamSameClubPlayersLimit":3,"officialStartWeek":10,"lineupSize":11,"benchSize":4,"transfersAllowed":1,"weeklyTransfers":true,"lineupPositionRows":[1,4,4,2],"assetsCdn":"https://s3-eu-west-1.amazonaws.com/fanarena","transferTaxPercentage":0,"redirectURL":"https://fantasy.proleague.be/sso","transferProfitTaxPercentage":50,"transferCanBeSaved":true,"boostersEnabled":true}
VITE_COMPETITION_CONFIG={"competitionFeed":"JPL","seasonId":2023,"budget":100,"teamSameClubPlayersLimit":3,"officialStartWeek":10,"lineupSize":11,"benchSize":4,"transfersAllowed":1,"weeklyTransfers":true,"lineupPositionRows":[1,4,4,2],"assetsCdn":"https://s3-eu-west-1.amazonaws.com/fanarena","transferTaxPercentage":0,"redirectURL":"https://fantasy.proleague.be/sso","transferProfitTaxPercentage":50,"transferCanBeSaved":true,"boostersEnabled":true}
GENERATE_SOURCEMAP=false

0 comments on commit fd2e9c2

Please sign in to comment.