You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lamington should be configurable using a .lamingtonrc file located in the root project directory. This will allow custom output setups for cases such as a monorepo setup where types might be located independently to contracts, or where the user might wantabi and wasm files to output within a dist or build directory.
Support custom output directory.
Support custom type definition output directory.
Support independent definition of abi and wasm output directories.
Migrate @dallasjohnson's verbose output configuration from the CLI library, allowing verbose to be set in the .lamingtonrc and with setter/getter methods.
The text was updated successfully, but these errors were encountered:
Lamington should be configurable using a
.lamingtonrc
file located in the root project directory. This will allow custom output setups for cases such as a monorepo setup wheretypes
might be located independently tocontracts
, or where the user might wantabi
andwasm
files to output within adist
orbuild
directory.abi
andwasm
output directories.verbose
output configuration from the CLI library, allowingverbose
to be set in the.lamingtonrc
and with setter/getter methods.The text was updated successfully, but these errors were encountered: