Thanks to visit codestin.com Credit goes to github.com
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 ff0c021 commit 721dda8Copy full SHA for 721dda8
packages/devtools/client/composables/rpc.ts
@@ -47,12 +47,12 @@ async function connectVite() {
47
base += '/'
48
const current = window.location.href.replace(/\/__nuxt_devtools__\/client\/.*$/, '/')
49
const hot = await tryCreateHotContext(undefined, Array.from(new Set([
50
- current,
51
- `${current}${buildAssetsDir}/`,
52
- `${current}_nuxt/`,
53
- base,
54
`${base}${buildAssetsDir}/`,
55
`${base}_nuxt/`,
+ base,
+ `${current}${buildAssetsDir}/`,
+ `${current}_nuxt/`,
+ current,
56
])))
57
58
if (!hot) {
0 commit comments