Skip to content

Commit

Permalink
fix(paint): excalidraw local assets
Browse files Browse the repository at this point in the history
  • Loading branch information
CyanSalt committed Dec 4, 2024
1 parent 54fba81 commit e83673d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion addons/paint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@
"description": "在画板上画点东西"
}
},
"dependencies": {
"@excalidraw/excalidraw": "0.17.1-d9ad7c0"
},
"devDependencies": {
"@excalidraw/excalidraw": "0.17.1-d9ad7c0",
"@types/react-dom": "^18.3.1",
"react": "^18.3.1",
"react-dom": "^18.3.1"
Expand Down
3 changes: 2 additions & 1 deletion pnpm-lock.yaml

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

0 comments on commit e83673d

Please sign in to comment.