@stacksjs/router 0.58.22 → 0.58.24
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/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -272,7 +272,7 @@ function corePath(path2) {
|
|
|
272
272
|
return frameworkPath(`core/src/${path2 || ""}`);
|
|
273
273
|
}
|
|
274
274
|
function customElementsDataPath() {
|
|
275
|
-
return
|
|
275
|
+
return frameworkPath("core/custom-elements.json");
|
|
276
276
|
}
|
|
277
277
|
function databasePath(path2) {
|
|
278
278
|
return corePath(`database/${path2 || ""}`);
|