mirror of
https://github.com/searxng/searxng.git
synced 2025-11-01 11:07:08 -04:00
PR #4947 upgraded the pygment, but forgot to apply the change to the static files:: $ ./manage vite.simple.build Related: - https://github.com/searxng/searxng/pull/4947
===================== MEMO vite development ===================== Local install:: # in folder ./client/simple/ $ npm install Start development server:: $ ./manage vite.simple.dev # in folder ./client/simple/ $ npm exec -- vite Fix source code:: # in folder ./client/simple/ $ npm run fix Fix & Build:: $ ./manage vite.simple.build