hardcode port so that the redirect_uri works

This commit is contained in:
msramalho
2023-10-25 16:36:37 +01:00
parent e54fac959b
commit c21a7cc17a

View File

@@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"serve": "vue-cli-service serve --port 8081",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},