renanbastos93 / boneless

A CLI (Command Line Interface) to create your apps with Service Weaver, using gomigrate, sqlc, and Fiber.
https://docs.goboneless.io/
Apache License 2.0
42 stars 2 forks source link

Fail when build an app that no have sqlc.yaml file #1

Closed guipassos closed 1 year ago

guipassos commented 1 year ago

When I try to build an app that no have sqlc.yaml file, I receive a panic on the build, with message:

image

This issue also occurs when build all applications and it breaking the next builds.

renanbastos93 commented 1 year ago

Hey, @guipassos thanks for your report.

I opened PR #5 to fix that. Might you do a review and test that?

regards