mirror of
https://github.com/neocities/neocities.git
synced 2025-08-06 01:24:56 +02:00
merge dashboard list view, wire in live data
This commit is contained in:
commit
93427dca14
5 changed files with 168 additions and 10 deletions
|
@ -61,6 +61,7 @@ end
|
|||
# :nocov:
|
||||
if ENV['RACK_ENV'] == 'development'
|
||||
# Run async jobs immediately in development.
|
||||
=begin
|
||||
module Sidekiq
|
||||
module Worker
|
||||
module ClassMethods
|
||||
|
@ -72,6 +73,7 @@ if ENV['RACK_ENV'] == 'development'
|
|||
end
|
||||
end
|
||||
end
|
||||
=end
|
||||
end
|
||||
# :nocov:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue