mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 17:31:56 +03:00
5 lines
93 B
JavaScript
Executable File
5 lines
93 B
JavaScript
Executable File
#!/usr/bin/env node
|
|
|
|
require('../src/command').run()
|
|
.catch(require('@oclif/errors/handle'))
|