lukeed / ley

(WIP) Driver-agnostic database migrations
MIT License
260 stars 14 forks source link

Throw error when ssl required? #24

Open arxpoetica opened 2 years ago

arxpoetica commented 2 years ago

Ley wasn't outputting anything, but would just stop when running ley up. I finally figured out I needed to add:

// ley.config.js
export default { ssl: true }

Any way you could provide the error in the console?