forked from cms/tibi-svelte-starter
✨ feat: add initial webserver setup with Express and proxy middleware
This commit is contained in:
17
webserver/package.json
Normal file
17
webserver/package.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "webserver",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "webserver.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "Sebastian Frank",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"connect-history-api-fallback": "^1.6.0",
|
||||
"express": "^4.17.2",
|
||||
"http-proxy-middleware": "^2.0.2",
|
||||
"morgan": "^1.10.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user