Skip to content

Commit

Permalink
fix(WIP: build): fix dist import
Browse files Browse the repository at this point in the history
  • Loading branch information
MatsJohansen87 committed Feb 5, 2024
1 parent bdfca8b commit 774dbec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/demo/src/AppCCP.svelte
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script lang="ts">
import "../../../dist/lens";
import "../../lib";
import {
dktkDiagnosisMeasure,
Expand Down
2 changes: 1 addition & 1 deletion packages/demo/src/AppFragmentDevelopment.svelte
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script lang="ts">
import "../../../dist/lens";
import "../../lib";
import {
Expand Down
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ function afterBuild() :void {
* Building somehow adds another @samply folder to the dist folder so this workaround is needed
* to move the files to the root of the dist folder and delete the unnecessary folder
*/
restructureDirectory('./dist/@samply/');
// restructureDirectory('./dist/@samply/');
}

/**
Expand Down

0 comments on commit 774dbec

Please sign in to comment.