This website requires JavaScript.
Explore
Help
Sign In
tqcq
/
llama.cpp
Watch
0
Star
0
Fork
0
You've already forked llama.cpp
mirror of
https://github.com/ggml-org/llama.cpp.git
synced
2025-06-27 20:05:20 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
0cc4m/vulkan-fix-host-memory-max-size
llama.cpp
/
tools
/
server
/
webui
/
postcss.config.js
6 lines
69 B
JavaScript
Raw
Permalink
Normal View
History
Unescape
Escape
server : (web ui) Various improvements, now use vite as bundler (#10599) * hide buttons in dropdown menu * use npm as deps manager and vite as bundler * fix build * fix build (2) * fix responsive on mobile * fix more problems on mobile * sync build * (test) add CI step for verifying build * fix ci * force rebuild .hpp files * cmake: clean up generated files pre build
2024-12-03 19:38:44 +01:00
export
default
{
plugins
:
{
server : webui : Upgrade daisyui, tailwindcss. (#12735) * Upgrade daisyui, tailwindcss. * Switch to all themes. * Revert a change. * Update formatting. * Install packages before npm build. * Revert "Install packages before npm build." This reverts commit 336c5147e614e60993162794ba9d9d4629a916f8. * Add index.html.gz * run build --------- Co-authored-by: Xuan Son Nguyen <son@huggingface.co>
2025-04-04 09:09:52 -05:00
"@tailwindcss/postcss"
:
{
}
,
server : (web ui) Various improvements, now use vite as bundler (#10599) * hide buttons in dropdown menu * use npm as deps manager and vite as bundler * fix build * fix build (2) * fix responsive on mobile * fix more problems on mobile * sync build * (test) add CI step for verifying build * fix ci * force rebuild .hpp files * cmake: clean up generated files pre build
2024-12-03 19:38:44 +01:00
}
,
}
Reference in New Issue
Copy Permalink