Respect base url when loading config.json (#274)

* Respect base url when loading config.json

* update readme
This commit is contained in:
Aine
2025-01-09 22:36:45 +02:00
committed by GitHub
parent e66c321ef9
commit ddf3298b41
5 changed files with 34 additions and 3 deletions

View File

@@ -68,7 +68,8 @@
"react-hook-form": "^7.54.2",
"react-is": "^18.3.1",
"react-router": "^6.28.1",
"react-router-dom": "^6.28.1"
"react-router-dom": "^6.28.1",
"ts-jest-mock-import-meta": "^1.2.1"
},
"scripts": {
"start": "vite serve",