Added "dev" script to package.json
authorAdam Dullage <redacted>
Tue, 30 Apr 2024 18:59:26 +0000 (19:59 +0100)
committerAdam Dullage <redacted>
Tue, 30 Apr 2024 18:59:26 +0000 (19:59 +0100)
package.json

index 1338b90154a9d0a9eec253b6e26f3b3de86b5ad6..f6790b3041b9a227cfc60a6f652711355954d4b3 100644 (file)
@@ -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