Skip to content

Commit 472ac43

Browse files
NamesMTanthonyshew
andauthored
fix: vue/nuxt devtool component inspector (#10527)
### Description The latest version of Vue / Nuxt devtool requires `LAUNCH_EDITOR` env var to open the selected element in an editor. ### Testing Instructions In any Nuxt / Vue application with devtool enabled, simply run the `dev` script through `turbo` and try using the component inspector. E.g.: you can try `pnpm run dev` in this [monorepo starter](https://github.com/NamesMT/starter-monorepo) that have the latest Nuxt ready. Co-authored-by: Anthony Shew <anthony.shew@vercel.com>
1 parent 5cf39f2 commit 472ac43

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

packages/turbo-types/src/json/frameworks.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@
9393
"STORMKIT",
9494
"NOW_BUILDER",
9595
"ZEABUR",
96-
"RENDER"
96+
"RENDER",
97+
"LAUNCH_EDITOR"
9798
],
9899
"dependencyMatch": {
99100
"strategy": "some",
@@ -148,7 +149,10 @@
148149
{
149150
"slug": "vue",
150151
"name": "Vue",
151-
"envWildcards": ["VUE_APP_*"],
152+
"envWildcards": [
153+
"VUE_APP_*",
154+
"LAUNCH_EDITOR"
155+
],
152156
"dependencyMatch": {
153157
"strategy": "all",
154158
"dependencies": ["@vue/cli-service"]

0 commit comments

Comments
 (0)