mirror of
https://github.com/searxng/searxng.git
synced 2026-02-07 11:33:35 -05:00
Vite should not pregen static paths on build, but rather compute the relative path at runtime. - https://vite.dev/config/shared-options#base Closes: https://github.com/searxng/searxng/issues/5561
===================== 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