eddev 0.2.50 → 0.2.51

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.
@@ -185,7 +185,7 @@ function createNextApp(opts) {
185
185
  // Remove pages/api/trpc directory if no _rpc is found
186
186
  if (!(0, fs_1.existsSync)((0, path_1.join)(opts.baseDirectory, "apis/_rpc/index.ts")) &&
187
187
  !(0, fs_1.existsSync)((0, path_1.join)(opts.baseDirectory, "apis/_rpc.ts"))) {
188
- // removeSync(join(serverlessDirectory, "pages/api/trpc"))
188
+ (0, fs_extra_1.removeSync)((0, path_1.join)(serverlessDirectory, "pages/api/trpc"));
189
189
  }
190
190
  _b.label = 19;
191
191
  case 19:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eddev",
3
- "version": "0.2.50",
3
+ "version": "0.2.51",
4
4
  "main": "./index.js",
5
5
  "license": "MIT",
6
6
  "bin": {