Skip to content

Commit

Permalink
stay relative to embroider working dir
Browse files Browse the repository at this point in the history
because it handles the weirdness of dummy apps
  • Loading branch information
ef4 committed Jun 13, 2024
1 parent 99b6360 commit e89f94b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/compat/src/compat-addons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default class CompatAddons implements Stage {

async ready(): Promise<{ outputPath: string }> {
return {
outputPath: resolve(this.compatApp.root, 'tmp', 'rewritten-app'),
outputPath: resolve(locateEmbroiderWorkingDir(this.compatApp.root), '..', '..', 'tmp', 'rewritten-app'),
};
}

Expand Down

0 comments on commit e89f94b

Please sign in to comment.