diff --git a/.gitignore b/.gitignore index 427f298836..11fd77067a 100644 --- a/.gitignore +++ b/.gitignore @@ -50,3 +50,5 @@ Temporary Items # Workspaces packages/devtools/README.md + +clones diff --git a/package.json b/package.json index d82e5eb7ef..b502b11e5d 100644 --- a/package.json +++ b/package.json @@ -1,4 +1,5 @@ { + "type": "module", "version": "0.5.5", "private": false, "packageManager": "pnpm@8.6.1", @@ -34,10 +35,12 @@ "eslint": "8.42.0", "esno": "^0.16.3", "execa": "^7.1.1", + "gray-matter": "^4.0.3", "lint-staged": "^13.2.2", "nuxt": "^3.5.2", "pathe": "^1.1.1", "simple-git-hooks": "^2.8.1", + "tiged": "^2.12.5", "typescript": "5.0.4", "unocss": "^0.53.0", "vite-hot-client": "^0.2.1", diff --git a/packages/devtools/client/components/CommandPalette.vue b/packages/devtools/client/components/CommandPalette.vue index 916f5fc154..544d17d0b6 100644 --- a/packages/devtools/client/components/CommandPalette.vue +++ b/packages/devtools/client/components/CommandPalette.vue @@ -1,67 +1,108 @@