@finesoft/front 0.1.24 → 0.1.25

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.cjs CHANGED
@@ -2331,11 +2331,11 @@ function vercelAdapter() {
2331
2331
  path.resolve(root, ".vercel/output/config.json"),
2332
2332
  JSON.stringify(
2333
2333
  {
2334
- version: 3,
2335
- routes: [
2336
- { handle: "filesystem" },
2337
- { src: "/(.*)", dest: "/$1" }
2338
- ]
2334
+ version: 3
2335
+ // routes: [
2336
+ // { handle: "filesystem" },
2337
+ // { src: "/(.*)", dest: "/functions/[[...path]]" },
2338
+ // ],
2339
2339
  },
2340
2340
  null,
2341
2341
  2