Welcome to your new Morph project!
Try running the following commands:
- Run your data app
morph serve- Learn more about Morph in the docs
- Check out the blog
Write connection info in ~/.morph/config.yml like this:
connections:
connection_name:
type: postgres
host: localhost
port: 5432
user: postgres
password: postgresYou can set it up by running the following command:
morph config