mirror of
https://github.com/hasura/graphql-engine.git
synced 2025-01-07 08:13:18 +03:00
5 lines
93 B
Plaintext
5 lines
93 B
Plaintext
|
#!/usr/bin/env node
|
||
|
|
||
|
require('../src/command').run()
|
||
|
.catch(require('@oclif/errors/handle'))
|