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
Yeah I realized I hadn't set cargo generate to ignore the target folder after changing enclave and contract to output to the new top-level target folder. This is in #167 now
Yeh it's copying all the target dirs and node_modules. There's target dirs in each of apps/transfers, apps/transfers/contracts, and apps/transfers/enclave, and then there's the node_modules in the frontend and possible in the transfers root and theres the apps/transfers/frontend/.next. Those are all like 100s of MBs. If I just delete them all the init takes under a second.
Or maybe we should make a real github template repo so it can just be git pulled? would probably still include it in examples/transfers but then also publish it as its own repo ?
Summary
Acceptance Criteria
quartz init
runs much faster, and ideally takes no longer than a git clone of a small repo.The text was updated successfully, but these errors were encountered: