Commit 60a44d7
committed
fix: dynamic debug configs sometimes having the wrong type
I added logic to rename the dynamic type to the "preferred" type (such
as from pwa-node to node), but didn't take into account that sometimes
the config providers return a different type to their main type. For
npm scripts, for example, they return a `node-terminal` type instead of
`pwa-node`. Changing the type to `node` resulted in broken configs.1 parent 87fe3ca commit 60a44d7
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
48 | 50 | | |
49 | 51 | | |
50 | 52 | | |
| |||
0 commit comments