graphql-engine/community/tools/firebase2graphql/bin/run

5 lines
93 B
Plaintext
Raw Normal View History

#!/usr/bin/env node
require('../src/command').run()
.catch(require('@oclif/errors/handle'))