ton-org / blueprint

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

Add support for scripts in subdirectories #109

Open a-bahdanau opened 4 months ago

a-bahdanau commented 4 months ago

To make projects more structural it will be nice to have possibility to store scripts in subdirectories, for example: ./scripts/order/deployOrder.ts ./scripts/order/closeOrder.ts ./scripts/jettonWallet/deployJettonWallet.ts