Skip to content

Commit

Permalink
Merge pull request #58 from kiwiupover/fix-app-import
Browse files Browse the repository at this point in the history
Fixes app import paths in index.html
  • Loading branch information
NullVoxPopuli authored Sep 2, 2024
2 parents a4f0250 + e297b14 commit bb4e1d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions files-override/app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@

<script src="/@embroider/core/vendor.js"></script>
<script type="module">
import Application from './app';
import environment from './config/environment';
import Application from './app/app';
import environment from './app/config/environment';

Application.create(environment.APP);
</script>
Expand Down

0 comments on commit bb4e1d2

Please sign in to comment.