Bhanu-code / db-drawer

database schema visualization cli tool on localhost for node.js environment
https://www.npmjs.com/package/db-drawer
MIT License
9 stars 18 forks source link

[Bug] <Add Shebang to index.js> #51

Closed Bhanu-code closed 6 months ago

Bhanu-code commented 6 months ago

Is there an existing issue for this?

Current Behaviour

By somehow shebang has been removed from index.js. This will break the functionality to run as cli.

Expected Behaviour

Add shebang to index.js

Steps to Reproduce

No response

Environment

- OS:
- Node:
- npm:

Anything else?

No response

On what browsers you're seeing the problem.

No response

haard18 commented 6 months ago

Assign me i have fixed this already added

#!/usr/bin/env node
haard18 commented 6 months ago

@Bhanu-code