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*/,
|
|
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:
|