rename web/ to admin/, along with the web-named build and cli identifiers

This commit is contained in:
2026-08-16 00:17:58 +02:00
parent 5b3d1cd65c
commit 1e97c80f6b
136 changed files with 196 additions and 196 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
Vite emits its own runtime source verbatim into the bundle that `vite build`
writes to web/dist, and web/dist is embedded in every nxdns binary. Two pieces
of Vite's code ship in web/dist/assets/index-*.js:
writes to admin/dist, and admin/dist is embedded in every nxdns binary. Two pieces
of Vite's code ship in admin/dist/assets/index-*.js:
- the `__vite__mapDeps` table and the `__vitePreload` helper that dynamic
imports are rewritten to call (vite/preload-helper), and