Content pfp
Content
@
0 reply
0 recast
0 reaction

jtgi pfp
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 πŸ™‰ pfp
Alex - chimp.fun πŸ™‰
@alexk
Can you somehow export the code you have typed in the node session?
1 reply
0 recast
0 reaction

jtgi pfp
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