git.99rst.org
/
flatnotes.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
c1412fc
)
Added "dev" script to package.json
author
Adam Dullage
<redacted>
Tue, 30 Apr 2024 18:59:26 +0000
(19:59 +0100)
committer
Adam Dullage
<redacted>
Tue, 30 Apr 2024 18:59:26 +0000
(19:59 +0100)
package.json
patch
|
blob
|
history
diff --git
a/package.json
b/package.json
index 1338b90154a9d0a9eec253b6e26f3b3de86b5ad6..f6790b3041b9a227cfc60a6f652711355954d4b3 100644
(file)
--- a/
package.json
+++ b/
package.json
@@
-6,7
+6,8
@@
"scripts": {
\r
"test": "echo \"Error: no test specified\" && exit 1",
\r
"build": "vite build",
\r
- "watch": "vite build --watch"
\r
+ "watch": "vite build --watch",
\r
+ "dev": "vite"
\r
},
\r
"author": "Adam Dullage",
\r
"license": "MIT",
\r
git clone https://git.99rst.org/PROJECT