rename web/ to admin/, along with the web-named build and cli identifiers
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
//! `@embedFile` paths resolve relative to this file, and a module cannot embed
|
||||
//! anything above its own root directory, so `build.zig` stages a directory
|
||||
//! holding a copy of `licenses/` alongside copies of `build.zig.zon` and
|
||||
//! `web/package-lock.json`, and roots the import at the copy of this file.
|
||||
//! `admin/package-lock.json`, and roots the import at the copy of this file.
|
||||
//! That is why the two decls below name files that do not sit beside this one
|
||||
//! in the repository.
|
||||
//!
|
||||
@@ -24,7 +24,7 @@ pub const dependency_identity_txt = @embedFile("dependency-identity.txt");
|
||||
/// Repository root `build.zig.zon`, the identity of the Zig dependency set.
|
||||
pub const build_zig_zon = @embedFile("build.zig.zon");
|
||||
|
||||
/// `web/package-lock.json`, the identity of the npm closure.
|
||||
/// `admin/package-lock.json`, the identity of the npm closure.
|
||||
pub const package_lock_json = @embedFile("package-lock.json");
|
||||
|
||||
/// `deploy/docker/Dockerfile`, the identity of the base image. The image is a
|
||||
|
||||
Reference in New Issue
Block a user