Skip to content

Commit

Permalink
Drop UI Server
Browse files Browse the repository at this point in the history
This patch drops the dedicated UI server. It is undocumented, needs
attention and does not have a huge advantage over `./start.sh ui` which
is relatively fast by now.
  • Loading branch information
lkiesow committed Dec 22, 2020
1 parent 8d3a13c commit ad10810
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 25 deletions.
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"name": "pyCA",
"private": true,
"scripts": {
"server": "ui/server.js",
"build": "parcel build --public-url=/static/ --out-dir=pyca/ui/static/ ui/index.html",
"eslint": "eslint ui/func.js"
},
Expand All @@ -19,8 +18,6 @@
"devDependencies": {
"eslint": "^7.16.0",
"eslint-plugin-vue": "^7.3.0",
"express": "^4.17.1",
"http-proxy-middleware": "^1.0.6",
"parcel-bundler": "^1.12.4"
}
}
22 changes: 0 additions & 22 deletions ui/server.js

This file was deleted.

0 comments on commit ad10810

Please sign in to comment.