mirror of
https://github.com/searxng/searxng.git
synced 2025-08-03 02:22:22 +02:00
The previously used library is unmaintained for 6 years now [1] and the solution had know issues [2][3] [1] https://github.com/searxng/searxng/pull/4284#discussion_r1954493434 [2] https://github.com/searxng/searxng/pull/4318#issuecomment-2731576657 [3] https://github.com/privau/searxng/issues/56 |
||
---|---|---|
.. | ||
generated | ||
src | ||
static | ||
tools | ||
.gitignore | ||
.stylelintrc.json | ||
eslint.config.js | ||
package-lock.json | ||
package.json | ||
README.rst | ||
theme_icons.js | ||
vite.config.js |
===================== 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