From a2399025f522cb2db0ac834d59a5d7e9ca700d2d Mon Sep 17 00:00:00 2001 From: zlenner <119705166+zlenner@users.noreply.github.com> Date: Wed, 7 Feb 2024 02:37:29 +0200 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index da6e125..8043e8c 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.0.0", "scripts": { "dev": "vite", - "build": "tsc && vite build && cp dist/index.html dist/404.html #", + "build": "tsc && vite build", "serve": "vite preview --port 3000", "lint": "eslint . --ext .ts,.tsx,.js", "prepare": "husky install",