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
+1 -1
View File
@@ -2,7 +2,7 @@ Rolldown is the bundler Vite 8 runs, and it prepends its own CommonJS interop
helpers — the `__commonJS`, `__toESM` and `__copyProps` closures built out of
Object.create, Object.defineProperty and Object.getOwnPropertyNames — to every
chunk that pulls in a CommonJS module. In this build they are the first 554
bytes of web/dist/assets/classes-*.js, which is embedded in every nxdns binary.
bytes of admin/dist/assets/classes-*.js, which is embedded in every nxdns binary.
Like Vite's preload helper, they are a region of the chunk that no sourcemap
segment maps back to a source file.