finally it seems to work

This commit is contained in:
Stepan Usatiuk
2023-12-30 22:52:04 +01:00
parent 65e50d9e02
commit 52f26c15db
10 changed files with 112 additions and 8 deletions

View File

@@ -5,10 +5,9 @@
"author": "Stepan Usatiuk",
"source": "src/index.html",
"scripts": {
"start": "parcel",
"build": "parcel build"
"start": "parcel --public-url /app",
"build": "parcel build --public-url /app"
},
"publicUrl": "/app",
"browserslist": "> 0.5%, last 2 versions, not dead",
"dependencies": {
"jwt-decode": "^4.0.0",