Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
LeafYeeXYZ committed May 16, 2024
1 parent fc0cccc commit 22160e9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,3 @@ dist-ssr
*.njsproj
*.sln
*.sw?

bun.lockb
Binary file added bun.lockb
Binary file not shown.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"homepage": "https://github.com/LeafYeeXYZ/PainterLeaf#readme",
"private": true,
"scripts": {
"dev": "bun run --bun vite --port 16666",
"build": "bun run --bun vite build",
"lint": "bun run --bun eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "bun run --bun vite preview --port 16667"
"dev": "bun x --bun vite --port 16666",
"build": "bun x --bun vite build",
"lint": "bun x --bun eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "bun x --bun vite preview --port 16667"
},
"dependencies": {
"@ant-design/icons": "^5.3.7",
Expand Down

0 comments on commit 22160e9

Please sign in to comment.