Docker – Auto-generate OpenFGA json model when saving .fga DSL file
I've setup an OpenFGA project, using the provided docker container. I've written a short node.js script to initialise the store locally, setup the model, add some test tuples, and add some assertions, then test all these. With typescript and tsx…