Description
I have simply generated a new amber app and did a shards install, nothing more, but when I want to build it (with amber watch or crystal build) I got the following error(s):
Error in src/password-manager.cr:1: while requiring "../config/*"
require "../config/*"
^
in config/application.cr:2: while requiring "amber"
require "amber"
^
in lib/amber/src/amber.cr:15: while requiring "./amber/server/**": can't specify arguments in both, command and args without including "${@}" into your command
require "./amber/server/**"
^
🤖 Compile time errors detected. SentryBot shutting down...
Steps to Reproduce
amber new password-manager -d mysql
cd password-manager
shards install
amber watch
Thanks in advance. 🤞
Description
I have simply generated a new amber app and did a shards install, nothing more, but when I want to build it (with amber watch or crystal build) I got the following error(s):
Error in src/password-manager.cr:1: while requiring "../config/*"require "../config/*"^
in config/application.cr:2: while requiring "amber"require "amber"^
in lib/amber/src/amber.cr:15: while requiring "./amber/server/**": can't specify arguments in both, command and args without including "${@}" into your commandrequire "./amber/server/**"^
🤖 Compile time errors detected. SentryBot shutting down...Steps to Reproduce
amber new password-manager -d mysqlcd password-managershards installamber watchThanks in advance. 🤞