We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b99e68 commit 5a2841cCopy full SHA for 5a2841c
README.md
@@ -3,7 +3,8 @@
3

4

5
6
-> Tampermonkey userscript developing and build plugin based on [Vite](https://vitejs.dev).
+> ⚡️ Tampermonkey userscript developing and build plugin based on [Vite](https://vitejs.dev).\
7
+> 📦 Use this [template](https://github.com/crashmax-dev/vite-userscript-template) to initialize your project.
8
9
## Features
10
@@ -58,7 +59,7 @@ export default defineConfig({
58
59
```json
60
{
61
"scripts": {
- "dev": "vite build --watch",
62
+ "dev": "vite build --watch --mode development",
63
"build": "vite build"
64
}
65
0 commit comments