Skip to content

Commit

Permalink
Revert dummy app declaration removal
Browse files Browse the repository at this point in the history
Error occurs during `npm publish`
  • Loading branch information
charlesfries committed Jun 19, 2024
1 parent 1abd3a4 commit 6fada51
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions types/dummy/app.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
declare module 'dummy/app' {
import Application from '@ember/application';

export default class App extends Application {}
}

0 comments on commit 6fada51

Please sign in to comment.