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 edbff12 commit dbe9d47Copy full SHA for dbe9d47
vite.config.ts
@@ -14,7 +14,7 @@ export default defineConfig(({ mode }: ConfigEnv): UserConfig => {
14
react(),
15
/**
16
* 点击页面元素,IDE直接打开对应代码插件(本项目配置的快捷键是:ctrl+alt+q,详见main.tsx)
17
- * @see https://react-dev-inspector.zthxxx.me/docs/inspector-component#setup
+ * @see https://github.com/zthxxx/react-dev-inspector
18
*/
19
inspectorServer(),
20
// 在浏览器中直接看到上报的类型错误(更严格的类型校验)
0 commit comments