nav2 push 2 history with userId

This commit is contained in:
Primakov Alexandr Alexandrovich
2024-10-29 15:25:59 +03:00
parent b631206c44
commit 22a76efc1f
5 changed files with 12 additions and 15 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
"moduleResolution": "node",
"target": "es6",
"jsx": "react",
"typeRoots": ["node_modules/@types", "src/typings"],
"typeRoots": ["node_modules/@types", "src/typings", "./types"],
"types" : ["webpack-env", "node"],
"resolveJsonModule": true
},