Add ajax search controller

This commit is contained in:
Ahmed Ejaz
2026-03-31 01:54:02 +05:00
parent 8ba0ab6b5a
commit 3ee338fa8d
8 changed files with 306 additions and 21 deletions

View File

@@ -27,7 +27,7 @@ FileUtils.chdir APP_ROOT do
system("bundle check 2> /dev/null") || system!(BUNDLE_ENV, "bundle install")
# Install JavaScript dependencies
system!("script/nodenv-install.sh")
system("script/nodenv-install.sh")
system!("bin/yarn")
# puts "\n== Copying sample files =="