Skip to content

Commit

Permalink
Lock
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Dec 2, 2024
1 parent c7a8cc0 commit abea6a8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@
".": "./dist/index.js",
"./dist/*": "./dist/*"
},
"files": ["dist", "src"],
"files": [
"dist",
"src"
],
"scripts": {
"start": "vite --clearScreen false --port $UI_PORT",
"build": "pnpm lint && tsc",
Expand Down Expand Up @@ -59,4 +62,4 @@
},
"customElements": "custom-elements.json",
"type": "module"
}
}

0 comments on commit abea6a8

Please sign in to comment.