We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a38b9e commit 467ea37Copy full SHA for 467ea37
scripts/publish.js
@@ -64,6 +64,10 @@ await publish({
64
name: '@tanstack/react-router-devtools',
65
packageDir: 'packages/react-router-devtools',
66
},
67
+ {
68
+ name: '@tanstack/vue-router-devtools',
69
+ packageDir: 'packages/vue-router-devtools',
70
+ },
71
{
72
name: '@tanstack/router-devtools-core',
73
packageDir: 'packages/router-devtools-core',
0 commit comments