Skip to content

Commit

Permalink
build(bot): build tool assets
Browse files Browse the repository at this point in the history
  • Loading branch information
Rezrazi authored and github-actions[bot] committed Oct 22, 2024
1 parent 06ba91f commit d045ea5
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 21 deletions.
5 changes: 3 additions & 2 deletions dist/manifest.json → dist/.vite/manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"js/tool.ts": {
"file": "js/tool.js",
"isEntry": true,
"src": "js/tool.ts"
"name": "tool",
"src": "js/tool.ts",
"isEntry": true
},
"style.css": {
"file": "css/tool.css",
Expand Down
34 changes: 15 additions & 19 deletions dist/js/tool.js

Large diffs are not rendered by default.

0 comments on commit d045ea5

Please sign in to comment.