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