rename web/ to admin/, along with the web-named build and cli identifiers
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user