From: Adam Dullage Date: Tue, 30 Apr 2024 18:59:26 +0000 (+0100) Subject: Added "dev" script to package.json X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=5093bf9987ce5d6f5cb062056d1f9ef29007ef0a;p=flatnotes.git Added "dev" script to package.json --- diff --git a/package.json b/package.json index 1338b90..f6790b3 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,8 @@ "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "vite build", - "watch": "vite build --watch" + "watch": "vite build --watch", + "dev": "vite" }, "author": "Adam Dullage", "license": "MIT",