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