diff --git a/.gitignore b/.gitignore index 51e7ee1..771536c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /target -node_modules \ No newline at end of file +node_modules +/frontend/dist \ No newline at end of file diff --git a/frontend/package.json b/frontend/package.json index f388674..c2088c8 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -5,6 +5,7 @@ "main": "index.js", "scripts": { "dev": "vite", + "build": "vite build", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], @@ -18,4 +19,4 @@ "lucide-static": "^0.563.0", "marked": "^17.0.1" } -} +} \ No newline at end of file