Skip to content

Commit 70ac026

Browse files
authored
chore: remove symlink from dev script (#2791)
1 parent b65a734 commit 70ac026

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

bin/dev

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
PORT="${PORT:-3030}"
44
export PORT
55

6-
bundle exec rake avo:sym_link
7-
86
if command -v overmind &> /dev/null; then
97
overmind start -f Procfile.dev "$@"
108
else

spec/dummy/config/environments/development.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
config.action_mailer.default_url_options = {host: "localhost", port: 3030}
7272

7373
config.action_view.logger = nil
74-
# config.assets.logger = nil
74+
config.assets.logger = nil
7575

7676
config.hotwire_livereload.listen_paths << Avo::Engine.root.join("app/assets/stylesheets")
7777
config.hotwire_livereload.listen_paths << Rails.root.join("app/avo")

0 commit comments

Comments
 (0)