server : update auto gen files comments [no ci]

This commit updates the 'auto generated files' comments in server.cpp
and removes `deps.sh` from the comment.

The motivation for this change is that `deps.sh` was removed in
Commit 91c36c269b ("server : (web ui)
Various improvements, now use vite as bundler (#10599)").
This commit is contained in:
Daniel Bevenius 2025-01-29 12:41:11 +01:00
parent f0d4b29edf
commit 2eead75fba

View file

@ -14,7 +14,9 @@
// mime type for sending response
#define MIMETYPE_JSON "application/json; charset=utf-8"
// auto generated files (update with ./deps.sh)
// auto generated files update by:
// $ npm run build --prefix examples/server/webui (updates examples/server/public/index.html.gz)
// $ cmake --build build --target llama-server (generates build/examples/server/index.html.gz.hpp)
#include "index.html.gz.hpp"
#include "loading.html.hpp"