subquery / subql

SubQuery is an Open, Flexible, Fast and Universal data indexing framework for web3. Our mission is to help developers create the decentralised products of the future.
https://subquery.network
GNU General Public License v3.0
19.06k stars 328 forks source link

[$300 in SQT] Support .env in mapping handlers #2471

Open stwiname opened 2 months ago

stwiname commented 2 months ago

Currently .env is only supported in ts manifests. Support should be extended to mapping handlers and when building the project it should resolve the appropriate variables.

This requires updating the subql build command and webpack integration to use the .env file for setting variables.

Other requirements