chore: unsupported npm start removed

This commit is contained in:
Timothy J. Baek 2023-12-18 21:58:04 -08:00
parent 7823c8288d
commit 0de7eda9e1

View File

@ -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"
}
}
}