ton-org / blueprint

TON development for professionals - all-in-one tool for writing, testing and deploying smart contracts
433 stars 87 forks source link

feat: separate compilables #118

Closed pixelplex closed 2 months ago

pixelplex commented 3 months ago

110

krigga commented 3 months ago

Hi, looks good but I request that you make 2 changes: 1) In getConfig, store the config in an unexported variable and load it on the next function call, instead of importing the config script again. 2) Remove the migration code (enableSeparateCompilablesFeature) - it's best to let users decide if they want to migrate; and new projects will be automatically created with this feature enabled by create-ton.

a-bahdanau commented 3 months ago

@krigga fixed