瀏覽代碼

chore: unsupported npm start removed

Timothy J. Baek 1 年之前
父節點
當前提交
0de7eda9e1
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      package.json

+ 1 - 2
package.json

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