Skip to content

Commit

Permalink
fix: use non forked vite-plugin-monkey
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikvilhelmberglund committed Aug 18, 2024
1 parent fbe34fa commit c04c6ee
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"typescript": "^5.5.4",
"unocss": "^0.62.2",
"vite": "^5.4.1",
"vite-plugin-monkey": "link:vite-plugin-monkey"
"vite-plugin-monkey": "^4.0.6"
},
"private": true,
"scripts": {
Expand Down
1 change: 0 additions & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ export default defineConfig({
entry: "src/main.ts",
server: {
prefix: false,
closePreviewAutomatically: true
},
userscript: {
...metadata
Expand Down

0 comments on commit c04c6ee

Please sign in to comment.