Browse Source

Add RESTful package to Web UI

dev
David Ludwig 4 years ago
parent
commit
eee4b984cc
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      services/webui/package.json

+ 2
- 0
services/webui/package.json View File

@ -14,6 +14,8 @@
"start:dev": "vite"
},
"dependencies": {
"@autoplex-api/request": "^0.0.0",
"@autoplex/restful": "^0.0.0",
"@fortawesome/fontawesome-free": "^5.15.3",
"fastify": "^3.14.1",
"fastify-static": "^4.0.1",


Loading…
Cancel
Save