kevlened / fireway

A schema migration tool for firestore
MIT License
277 stars 41 forks source link

Please document how to debug migrations (both .js and .ts) #33

Open tohagan opened 3 years ago

tohagan commented 3 years ago

I'm attempted to setup a VSCode debugger launch.json to debug fireway migrations. The migrations are Typescript so that adds an additional level of complexity. Wondering if you can provide an example.

MNorgren commented 3 years ago

Did you ever end up creating a VSCode debugger? I'd like to do something similar