Bläddra i källkod

chore: unsupported npm start removed

Timothy J. Baek 1 år sedan
förälder
incheckning
0de7eda9e1
1 ändrade filer med 1 tillägg och 2 borttagningar
  1. 1 2
      package.json

+ 1 - 2
package.json

@@ -3,7 +3,6 @@
 	"version": "0.0.1",
 	"private": true,
 	"scripts": {
-		"start": "http-server ./build -P http://localhost:8080?",
 		"dev": "vite dev --host",
 		"build": "vite build",
 		"preview": "vite preview",
@@ -51,4 +50,4 @@
 		"tippy.js": "^6.3.7",
 		"uuid": "^9.0.1"
 	}
-}
+}