starknet-io / get-starknet

StarkNet wallet <-> dApp bridge
MIT License
154 stars 106 forks source link

Feature/add development mode to use local served remoteEntry.js #243

Closed khanti42 closed 1 month ago

khanti42 commented 1 month ago

In order to facilitate local testing of get-starknet we add the capability of loading the remoteEntry.js from localhost:8082 when doing pnpm run dev. The original behaviour is kept when doing pnpm run prod.