@standardagents/builder 0.9.12 → 0.9.13
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/client/assets/index.css +1 -1
- package/dist/client/index.js +19 -19
- package/dist/client/vendor.js +1 -1
- package/dist/client/vue.js +35 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/plugin.js +1 -1
- package/dist/plugin.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5480,7 +5480,7 @@ function scanApiDirectory(dir, baseRoute = "") {
|
|
|
5480
5480
|
routes.push(...scanApiDirectory(fullPath, subRoute));
|
|
5481
5481
|
} else if (entry.isFile() && entry.name.endsWith(".ts")) {
|
|
5482
5482
|
const fileName = entry.name.replace(/\.ts$/, "");
|
|
5483
|
-
let method = "
|
|
5483
|
+
let method = "";
|
|
5484
5484
|
let routePath = baseRoute;
|
|
5485
5485
|
if (fileName.includes(".")) {
|
|
5486
5486
|
const parts = fileName.split(".");
|