Skip to content

Commit

Permalink
fix: fix building UI project
Browse files Browse the repository at this point in the history
  • Loading branch information
waterplea committed Nov 26, 2024
1 parent 75e7556 commit 59174d3
Show file tree
Hide file tree
Showing 53 changed files with 12,553 additions and 10,111 deletions.
2 changes: 1 addition & 1 deletion sdk/base/lib/s9pk/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export class S9pk {
),
)

return new S9pk(manifest, archive, source.length)
return new S9pk(manifest, archive, source.size)
}
async icon(): Promise<DataUrl> {
const iconName = Object.keys(this.archive.contents.contents).find(
Expand Down
6,449 changes: 3,387 additions & 3,062 deletions sdk/base/package-lock.json

Large diffs are not rendered by default.

6,717 changes: 3,612 additions & 3,105 deletions sdk/package/package-lock.json

Large diffs are not rendered by default.

Loading

0 comments on commit 59174d3

Please sign in to comment.