fix integration

This commit is contained in:
RemiSaurel
2022-08-01 23:36:32 +02:00
parent 8c6b2f2ef3
commit 9edc96b9dd
2 changed files with 0 additions and 4 deletions
-1
View File
@@ -6,7 +6,6 @@
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"deploy": "sh deploy.sh"
},
"dependencies": {
"core-js": "^3.6.5",
-3
View File
@@ -1,3 +0,0 @@
module.exports = {
publicPath: '/vue-pages/'
}