@evjs/manifest 0.0.19 → 0.0.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/index.d.ts +2 -0
- package/package.json +1 -1
package/esm/index.d.ts
CHANGED
|
@@ -53,6 +53,8 @@ export interface RouteEntry {
|
|
|
53
53
|
export interface ClientManifest {
|
|
54
54
|
/** Schema version — bump on breaking changes. */
|
|
55
55
|
version: 1;
|
|
56
|
+
/** URL prefix for all assets when deployed to CDN. Default: "/". */
|
|
57
|
+
assetPrefix?: string;
|
|
56
58
|
/** Bundle asset paths for HTML injection. */
|
|
57
59
|
assets: {
|
|
58
60
|
/** JavaScript bundle paths. */
|