Content
@
0 reply
0 recast
0 reaction
jtgi
@jtgi
prototyping tip i use a lot: if you run `node` in your projects root the node_modules directory is automatically exposed to the cli. So you can import directly and poke at apis. It works with esm modules via `await import('...')`.
6 replies
0 recast
20 reactions
matt ðŸ’
@matthewmorek
Forgot that we can do this straight from the CLI 200 $degen
0 reply
0 recast
0 reaction