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
Alex - chimp.fun π
@alexk
Can you somehow export the code you have typed in the node session?
1 reply
0 recast
0 reaction
jtgi
@jtgi
hm havenβt tried. If you can access the scroll back you can write to the file system with node tho.
1 reply
0 recast
0 reaction