fixup! update solid-devtools
All checks were successful
/ checkpr (pull_request) Successful in 1m25s

This commit is contained in:
thislight 2025-01-04 17:36:56 +08:00
parent 5945f07ce8
commit e617f344f8
No known key found for this signature in database
GPG key ID: FCFE5192241CCD4E

View file

@ -70,16 +70,17 @@ export default defineConfig(({ mode }) => {
plugins: [ plugins: [
devtools({ devtools({
autoname: true, autoname: true,
locator: devConf["DEV_LOCATOR_EDITOR"] ? { locator: devConf["DEV_LOCATOR_EDITOR"]
targetIDE: ? {
(devConf["DEV_LOCATOR_EDITOR"] as targetIDE: devConf["DEV_LOCATOR_EDITOR"] as
| "vscode" | "vscode"
| "atom" | "atom"
| "webstorm" | "webstorm"
| "vscode-insiders") || "vscode", | "vscode-insiders",
componentLocation: true, componentLocation: true,
jsxLocation: true, jsxLocation: true,
} : undefined, }
: undefined,
}), }),
suid(), suid(),
solid(), solid(),