Implemented the Resource model in the library target.

This commit is contained in:
2025-09-29 18:18:20 +02:00
parent 27d1d3b59f
commit 480cd657c9
4 changed files with 206 additions and 0 deletions
@@ -31,6 +31,8 @@ extension String {
static let forwardSlash = "%@/"
/// A format pattern used to generate relative paths for index files.
static let index = "%@/%@/index.html"
/// A format pattern used to generate relative paths for resources.
static let resource = "/%@/%@"
/// A format pattern used to generate relative paths that starts with the `/` string.
static let root = "/%@"
}