Merge pull request #245 from ollama-webui/remove-npm-start

chore: unsupported npm start removed
This commit is contained in:
Timothy Jaeryang Baek 2023-12-19 01:06:26 -05:00 committed by GitHub
commit d2a290aa27
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 20 additions and 633 deletions

651
package-lock.json generated

File diff suppressed because it is too large Load diff

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",
@ -42,7 +41,6 @@
"@sveltejs/adapter-node": "^1.3.1",
"file-saver": "^2.0.5",
"highlight.js": "^11.9.0",
"http-server": "^14.1.1",
"idb": "^7.1.1",
"js-sha256": "^0.10.1",
"katex": "^0.16.9",