mirror of
https://github.com/Retrospring/retrospring.git
synced 2024-11-20 10:29:53 +01:00
44871cbf4a
this thing is way too fast! only downside is that indexing takes a bit longer, and the search indexes are big (16Gi for 2.7 million records) i have no idea how to properly integrate it in the UI, but it seems promising :^)
5 lines
262 B
Text
5 lines
262 B
Text
web: unset PORT && bin/rails server
|
|
worker: bundle exec sidekiq
|
|
css: yarn build:css --watch
|
|
js: yarn build --watch
|
|
search: meilisearch --no-analytics --env development --db-path tmp/meilisearch/db --dump-dir tmp/meilisearch/dump --master-key justfordev42069e621
|