Skip to content

Commit

Permalink
feat: πŸ§‘β€πŸ’» add devtools support
Browse files Browse the repository at this point in the history
  • Loading branch information
Jisu-Woniu committed Oct 9, 2024
1 parent 75f815f commit 3b28745
Show file tree
Hide file tree
Showing 5 changed files with 728 additions and 122 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"lint:stylelint": "stylelint \"**/*.{css,vue,html}\" --ignore-path .gitignore",
"preview": "vite preview",
"tauri": "tauri",
"tauri:dev": "tauri dev",
"tauri:dev": "tauri dev -f devtools",
"tauri:build": "tauri build --no-bundle"
},
"dependencies": {
Expand All @@ -27,7 +27,7 @@
"vuetify": "^3.7.2"
},
"devDependencies": {
"@iconify-json/ic": "^1.2.0",
"@iconify-json/ic": "^1.2.1",
"@mdi/js": "^7.4.47",
"@tauri-apps/cli": "^2.0.2",
"@types/node": "^20.16.11",
Expand All @@ -48,7 +48,7 @@
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard": "^36.0.1",
"stylelint-prettier": "^5.0.2",
"typescript": "^5.6.2",
"typescript": "^5.6.3",
"unplugin-icons": "^0.19.3",
"vite": "^5.4.8",
"vue-tsc": "^2.1.6"
Expand Down
Loading

0 comments on commit 3b28745

Please sign in to comment.