@stacksjs/router 0.58.60 → 0.58.62
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 +4 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -264,6 +264,9 @@ function cliPath(path2) {
|
|
|
264
264
|
function cloudPath(path2) {
|
|
265
265
|
return corePath(`cloud/${path2 || ""}`);
|
|
266
266
|
}
|
|
267
|
+
function frameworkCloudPath(path2) {
|
|
268
|
+
return frameworkPath(`cloud/${path2 || ""}`);
|
|
269
|
+
}
|
|
267
270
|
function collectionsPath(path2) {
|
|
268
271
|
return corePath(`collections/${path2 || ""}`);
|
|
269
272
|
}
|
|
@@ -517,6 +520,7 @@ var path2 = {
|
|
|
517
520
|
chatPath,
|
|
518
521
|
cliPath,
|
|
519
522
|
cloudPath,
|
|
523
|
+
frameworkCloudPath,
|
|
520
524
|
collectionsPath,
|
|
521
525
|
commandsPath,
|
|
522
526
|
componentsPath,
|