diff --git a/package.json b/package.json index 7a77d2e..7f60c25 100644 --- a/package.json +++ b/package.json @@ -2,9 +2,10 @@ "name": "me", "version": "1.0.0", "description": "", - "main": "index.js", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "dev": "npx vite", + "build": "npx vite build", + "format": "npx prettier --write index.html src/" }, "keywords": [], "author": "",