mirror of
https://github.com/graphql-hive/console
synced 2026-05-14 20:58:49 +00:00
6 lines
132 B
JavaScript
Executable file
6 lines
132 B
JavaScript
Executable file
#!/usr/bin/env node
|
|
|
|
require('@oclif/core')
|
|
.run()
|
|
.then(require('@oclif/core/flush'))
|
|
.catch(require('@oclif/core/handle'));
|