mirror of
https://github.com/searxng/searxng.git
synced 2025-03-12 23:42:40 +00:00
Bumps [vite-plugin-static-copy](https://github.com/sapphi-red/vite-plugin-static-copy) from 2.2.0 to 2.3.0. - [Release notes](https://github.com/sapphi-red/vite-plugin-static-copy/releases) - [Changelog](https://github.com/sapphi-red/vite-plugin-static-copy/blob/main/CHANGELOG.md) - [Commits](https://github.com/sapphi-red/vite-plugin-static-copy/compare/vite-plugin-static-copy@2.2.0...vite-plugin-static-copy@2.3.0) --- updated-dependencies: - dependency-name: vite-plugin-static-copy dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
.. | ||
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