eddev 0.2.64 → 0.2.65

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.
@@ -147,7 +147,7 @@ function createNextApp(opts) {
147
147
  return [4 /*yield*/, syncAPIProxies((0, path_1.join)(opts.baseDirectory, "apis"), (0, path_1.join)(serverlessDirectory, "pages/api"))];
148
148
  case 10:
149
149
  _b.sent();
150
- return [4 /*yield*/, syncAPIProxies((0, path_1.join)(opts.baseDirectory, "routes"), (0, path_1.join)(serverlessDirectory, "pages"))
150
+ return [4 /*yield*/, syncFiles((0, path_1.join)(opts.baseDirectory, "routes"), (0, path_1.join)(serverlessDirectory, "pages"), ["**/*.{tsx,ts,js,jsx}"])
151
151
  // Sync the public folder
152
152
  ];
153
153
  case 11:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eddev",
3
- "version": "0.2.64",
3
+ "version": "0.2.65",
4
4
  "main": "./index.js",
5
5
  "license": "MIT",
6
6
  "bin": {