Skip to content

Commit 5a2841c

Browse files
committed
update readme
1 parent 2b99e68 commit 5a2841c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
![npm](https://img.shields.io/npm/v/vite-userscript-plugin)
44
![license](https://img.shields.io/github/license/crashmax-dev/vite-userscript-plugin)
55

6-
> Tampermonkey userscript developing and build plugin based on [Vite](https://vitejs.dev).
6+
> ⚡️ 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.
78
89
## Features
910

@@ -58,7 +59,7 @@ export default defineConfig({
5859
```json
5960
{
6061
"scripts": {
61-
"dev": "vite build --watch",
62+
"dev": "vite build --watch --mode development",
6263
"build": "vite build"
6364
}
6465
}

0 commit comments

Comments
 (0)