proxy for cors

This commit is contained in:
2021-12-20 18:14:59 +01:00
parent d0f83e6148
commit ba38d2b819
5 changed files with 47 additions and 5 deletions

View File

@@ -3,9 +3,11 @@
"dev:docker": "docker-compose up memcached",
"dev:backend": "cargo watch -x 'run --bin cryptgeon'",
"dev:front": "pnpm --prefix client run dev",
"dev:proxy": "node proxy.mjs",
"dev": "run-p dev:*"
},
"devDependencies": {
"http-proxy": "^1.18.1",
"npm-run-all": "^4.1.5"
}
}