We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b65a734 commit 70ac026Copy full SHA for 70ac026
bin/dev
@@ -3,8 +3,6 @@
3
PORT="${PORT:-3030}"
4
export PORT
5
6
-bundle exec rake avo:sym_link
7
-
8
if command -v overmind &> /dev/null; then
9
overmind start -f Procfile.dev "$@"
10
else
spec/dummy/config/environments/development.rb
@@ -71,7 +71,7 @@
71
config.action_mailer.default_url_options = {host: "localhost", port: 3030}
72
73
config.action_view.logger = nil
74
- # config.assets.logger = nil
+ config.assets.logger = nil
75
76
config.hotwire_livereload.listen_paths << Avo::Engine.root.join("app/assets/stylesheets")
77
config.hotwire_livereload.listen_paths << Rails.root.join("app/avo")
0 commit comments