We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99b6360 commit e89f94bCopy full SHA for e89f94b
packages/compat/src/compat-addons.ts
@@ -35,7 +35,7 @@ export default class CompatAddons implements Stage {
35
36
async ready(): Promise<{ outputPath: string }> {
37
return {
38
- outputPath: resolve(this.compatApp.root, 'tmp', 'rewritten-app'),
+ outputPath: resolve(locateEmbroiderWorkingDir(this.compatApp.root), '..', '..', 'tmp', 'rewritten-app'),
39
};
40
}
41
0 commit comments