Skip to content

Commit e89f94b

Browse files
committed
stay relative to embroider working dir
because it handles the weirdness of dummy apps
1 parent 99b6360 commit e89f94b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compat/src/compat-addons.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export default class CompatAddons implements Stage {
3535

3636
async ready(): Promise<{ outputPath: string }> {
3737
return {
38-
outputPath: resolve(this.compatApp.root, 'tmp', 'rewritten-app'),
38+
outputPath: resolve(locateEmbroiderWorkingDir(this.compatApp.root), '..', '..', 'tmp', 'rewritten-app'),
3939
};
4040
}
4141

0 commit comments

Comments
 (0)